aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-24 14:12:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-24 14:12:49 +0000
commitca3e1fceff045907011d214b13e477b432e04381 (patch)
tree64d143a8495acace2728b32d8be7111b20e92469 /testhal
parent727d7f2622132923e465443aca04693a5201682f (diff)
downloadChibiOS-ca3e1fceff045907011d214b13e477b432e04381.tar.gz
ChibiOS-ca3e1fceff045907011d214b13e477b432e04381.tar.bz2
ChibiOS-ca3e1fceff045907011d214b13e477b432e04381.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5499 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32F37x/SDADC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F37x/SDADC/Makefile b/testhal/STM32F37x/SDADC/Makefile
index 782a3b3d7..0090b317a 100644
--- a/testhal/STM32F37x/SDADC/Makefile
+++ b/testhal/STM32F37x/SDADC/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).