summaryrefslogtreecommitdiffstats
path: root/make/custom/gp32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gp32.cfg')
-rw-r--r--make/custom/gp32.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg
index dc9ded1e75..8f891deabe 100644
--- a/make/custom/gp32.cfg
+++ b/make/custom/gp32.cfg
@@ -15,10 +15,10 @@ RTEMS_BSP_FAMILY=gp32
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -O3
+CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=
+CFLAGS_OPTIMIZE_V= -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \