summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme5500.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/mvme5500.cfg')
-rw-r--r--make/custom/mvme5500.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg
index 6dd4945c38..684308fd67 100644
--- a/make/custom/mvme5500.cfg
+++ b/make/custom/mvme5500.cfg
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmulti
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O4
+CFLAGS_OPTIMIZE_V = -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)