From 942bc07ae2f68bf59be2fe6479068543b333aca7 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 9 Sep 2020 16:53:54 -0400 Subject: [PATCH] Hellen says merge #1772 smart build by default --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index d4b4afdcba..22a8cfa2dc 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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),)