diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-12 08:12:19 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-12 08:12:19 +0000 |
commit | 81a69797f3d32548fdb2d61c82b835066175c7e2 (patch) | |
tree | 2c959fed7950447c24439194df340cece4a0bd6c /testhal/STM32/STM32F4xx/SDC/Makefile | |
parent | e48520b2ab39808ba59d399aa07b42b246db95b9 (diff) | |
download | ChibiOS-81a69797f3d32548fdb2d61c82b835066175c7e2.tar.gz ChibiOS-81a69797f3d32548fdb2d61c82b835066175c7e2.tar.bz2 ChibiOS-81a69797f3d32548fdb2d61c82b835066175c7e2.zip |
Fixed bug bug #592.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7962 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, 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
##############################################################################
|