summaryrefslogtreecommitdiffstats
path: root/make/custom/gba.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 05:38:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 05:38:14 +0000
commita481c92bf573d02051b36d4e1d3260989da4b5e7 (patch)
treef68199c0722830d22db5849b0617a62807f51475 /make/custom/gba.cfg
parent2007-01-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a481c92bf573d02051b36d4e1d3260989da4b5e7.tar.bz2
CFLAGS_OPTIMIZE_V = -O2.
Diffstat (limited to 'make/custom/gba.cfg')
-rw-r--r--make/custom/gba.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gba.cfg b/make/custom/gba.cfg
index 9e40b7439b..012d2ff2b8 100644
--- a/make/custom/gba.cfg
+++ b/make/custom/gba.cfg
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=gba
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=-O3
+CFLAGS_OPTIMIZE_V=-O2
CXXFLAGS_OPTIMIZE_V=-O3
define make-exe