aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-26 10:41:51 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-26 10:41:51 +0000
commit90888c48dd81c73a6ddc06adb109e5cccd563dea (patch)
tree978b544bdad09c6ae122116950a7c001cfeb4578 /testhal/STM32
parent65f19c1d66f34a9ca070a5d24ab4c29474f0237a (diff)
downloadChibiOS-90888c48dd81c73a6ddc06adb109e5cccd563dea.tar.gz
ChibiOS-90888c48dd81c73a6ddc06adb109e5cccd563dea.tar.bz2
ChibiOS-90888c48dd81c73a6ddc06adb109e5cccd563dea.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7928 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/STM32F4xx/IRQ_STORM_FPU/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/Makefile b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/Makefile
index 4198e3c85..94c488700 100644
--- a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/Makefile
+++ b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/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).