git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1208 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-10-10 08:23:05 +00:00
parent 88398a5e21
commit b97ff7cf12
1 changed files with 1 additions and 1 deletions

View File

@ -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).