aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/DMA_STORM/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-13 12:01:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-13 12:01:48 +0000
commit5e74f17084778dc526471d4839ebf564c3b18b5d (patch)
tree847994bf441e80da312a2e1267d5cec1e4bc5150 /testhal/STM32/STM32F4xx/DMA_STORM/Makefile
parentaf35dcf4d9c6729900b52d6afc46ed647d96fe16 (diff)
downloadChibiOS-5e74f17084778dc526471d4839ebf564c3b18b5d.tar.gz
ChibiOS-5e74f17084778dc526471d4839ebf564c3b18b5d.tar.bz2
ChibiOS-5e74f17084778dc526471d4839ebf564c3b18b5d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7887 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/DMA_STORM/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/DMA_STORM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/DMA_STORM/Makefile b/testhal/STM32/STM32F4xx/DMA_STORM/Makefile
index 3fec9da36..2a762abc4 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 = -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).