diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 18:23:50 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 18:23:50 +0000 |
commit | 07f868d3792cadd6377fdb5039c7cbf27f68bd92 (patch) | |
tree | cff5fe6a2845c508f8c2fec3a65700a27cf670da /testhal/STM32L1xx/GPT/Makefile | |
parent | 373735d5290c3d0869fe014e4bd93e5d4824c89b (diff) | |
download | ChibiOS-07f868d3792cadd6377fdb5039c7cbf27f68bd92.tar.gz ChibiOS-07f868d3792cadd6377fdb5039c7cbf27f68bd92.tar.bz2 ChibiOS-07f868d3792cadd6377fdb5039c7cbf27f68bd92.zip |
GPT driver tested on STM32L.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3341 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/GPT/Makefile')
-rw-r--r-- | testhal/STM32L1xx/GPT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/GPT/Makefile b/testhal/STM32L1xx/GPT/Makefile index 9209b441d..10a6ed0e8 100644 --- a/testhal/STM32L1xx/GPT/Makefile +++ b/testhal/STM32L1xx/GPT/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).
|