Hellen says merge #1772 smart build by default

This commit is contained in:
rusefi 2020-09-09 16:53:54 -04:00
parent 995795eeb6
commit 942bc07ae2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,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 = no
USE_SMART_BUILD = yes
endif
ifeq ($(USE_BOOTLOADER),)