diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-24 14:12:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-24 14:12:49 +0000 |
commit | ca3e1fceff045907011d214b13e477b432e04381 (patch) | |
tree | 64d143a8495acace2728b32d8be7111b20e92469 /testhal | |
parent | 727d7f2622132923e465443aca04693a5201682f (diff) | |
download | ChibiOS-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/Makefile | 2 |
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).
|