diff options
Diffstat (limited to 'test/rt/testbuild/Makefile')
-rw-r--r-- | test/rt/testbuild/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/testbuild/Makefile b/test/rt/testbuild/Makefile index cc4d2bfb7..b33a8dc9f 100644 --- a/test/rt/testbuild/Makefile +++ b/test/rt/testbuild/Makefile @@ -41,7 +41,7 @@ endif # If enabled, this option makes the build process faster by not compiling
# modules not used in the current configuration.
ifeq ($(USE_SMART_BUILD),)
- USE_SMART_BUILD = yes
+ USE_SMART_BUILD = no
endif
#
|