diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/SDC/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/SDC/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F4xx/SDC/Makefile b/testhal/STM32/STM32F4xx/SDC/Makefile index 977110756..c60993d6e 100644 --- a/testhal/STM32/STM32F4xx/SDC/Makefile +++ b/testhal/STM32/STM32F4xx/SDC/Makefile @@ -5,7 +5,7 @@ # Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
@@ -43,8 +43,6 @@ ifeq ($(USE_VERBOSE_COMPILE),) USE_VERBOSE_COMPILE = no
endif
-USE_SMART_BUILD = yes
-
#
# Build global options
##############################################################################
|