diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-13 12:10:23 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-13 12:10:23 +0000 |
commit | 2462d4b270b1f1bfa2028196dcda6fbe9db03f05 (patch) | |
tree | 273d90b4ef209c816ffeb6374d0e116b79b7af00 /testhal/STM32/STM32F4xx/DMA_STORM/Makefile | |
parent | 5e74f17084778dc526471d4839ebf564c3b18b5d (diff) | |
download | ChibiOS-2462d4b270b1f1bfa2028196dcda6fbe9db03f05.tar.gz ChibiOS-2462d4b270b1f1bfa2028196dcda6fbe9db03f05.tar.bz2 ChibiOS-2462d4b270b1f1bfa2028196dcda6fbe9db03f05.zip |
Fixed bug 577.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7888 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/DMA_STORM/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/DMA_STORM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/DMA_STORM/Makefile b/testhal/STM32/STM32F4xx/DMA_STORM/Makefile index 2a762abc4..3fec9da36 100644 --- a/testhal/STM32/STM32F4xx/DMA_STORM/Makefile +++ b/testhal/STM32/STM32F4xx/DMA_STORM/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).
|