diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-11 14:48:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-11 14:48:35 +0000 |
commit | e48520b2ab39808ba59d399aa07b42b246db95b9 (patch) | |
tree | 479f314a89f5e71c239227051d175bb2a176f755 /testhal/STM32/STM32F4xx/SDC/Makefile | |
parent | 3922b69fc1605a95758d8bf259753929dbb3f9f7 (diff) | |
download | ChibiOS-e48520b2ab39808ba59d399aa07b42b246db95b9.tar.gz ChibiOS-e48520b2ab39808ba59d399aa07b42b246db95b9.tar.bz2 ChibiOS-e48520b2ab39808ba59d399aa07b42b246db95b9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7961 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/SDC/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/SDC/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/SDC/Makefile b/testhal/STM32/STM32F4xx/SDC/Makefile index c60993d6e..977110756 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 = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
@@ -43,6 +43,8 @@ ifeq ($(USE_VERBOSE_COMPILE),) USE_VERBOSE_COMPILE = no
endif
+USE_SMART_BUILD = yes
+
#
# Build global options
##############################################################################
|