aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-29 19:29:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-29 19:29:59 +0000
commitea9916ae798da3689d64689b88343d26508d137e (patch)
treea9b5a44a6bd7be5b15b3ab421803b74f41a5a7cd /demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
parentc9bfcaa15ec3d03ee088ecfa5cf6cf82e718cb38 (diff)
downloadChibiOS-ea9916ae798da3689d64689b88343d26508d137e.tar.gz
ChibiOS-ea9916ae798da3689d64689b88343d26508d137e.tar.bz2
ChibiOS-ea9916ae798da3689d64689b88343d26508d137e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1193 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/Makefile')
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile b/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
index bb4c21c1a..345cb3d13 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -mabi=apcs-gnu
+ USE_OPT = -O0 -ggdb -fomit-frame-pointer -mabi=apcs-gnu
endif
# C++ specific options here (added to USE_OPT).