aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-26 16:37:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-26 16:37:32 +0000
commit14e3252a6e637d3fbf435433b876536d610e5336 (patch)
treecb1ccfe482ed201e02ae0bf4e7d2d0674982e9ac /demos
parenta6c62e43d8b79fb55f717658e6963e15ccfa1e5a (diff)
downloadChibiOS-14e3252a6e637d3fbf435433b876536d610e5336.tar.gz
ChibiOS-14e3252a6e637d3fbf435433b876536d610e5336.tar.bz2
ChibiOS-14e3252a6e637d3fbf435433b876536d610e5336.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1788 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARMCM0-LPC1114-GCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM0-LPC1114-GCC/Makefile b/demos/ARMCM0-LPC1114-GCC/Makefile
index 0722b8604..e776ab4c5 100644
--- a/demos/ARMCM0-LPC1114-GCC/Makefile
+++ b/demos/ARMCM0-LPC1114-GCC/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O0 -ggdb -fomit-frame-pointer -mabi=apcs-gnu
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -mabi=apcs-gnu
endif
# C++ specific options here (added to USE_OPT).