aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/DAC/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-03 09:04:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-03 09:04:25 +0000
commitf7361859b0a8dc39b2f33d897cf4ceb2fa6ee1dd (patch)
treebf3b3f2f8ad4d9ef8d676fe65d69f5acc615090f /testhal/STM32/STM32F4xx/DAC/Makefile
parent2de1b8e40f19477759c938439af4d14537cc46f6 (diff)
downloadChibiOS-f7361859b0a8dc39b2f33d897cf4ceb2fa6ee1dd.tar.gz
ChibiOS-f7361859b0a8dc39b2f33d897cf4ceb2fa6ee1dd.tar.bz2
ChibiOS-f7361859b0a8dc39b2f33d897cf4ceb2fa6ee1dd.zip
Improved DAC initialization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7942 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/DAC/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/DAC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/DAC/Makefile b/testhal/STM32/STM32F4xx/DAC/Makefile
index 3fec9da36..2a762abc4 100644
--- a/testhal/STM32/STM32F4xx/DAC/Makefile
+++ b/testhal/STM32/STM32F4xx/DAC/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).