summaryrefslogtreecommitdiffstats
path: root/make/custom/gen83xx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gen83xx.cfg')
-rw-r--r--make/custom/gen83xx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg
index 8026dd1e1b..5b8dc6c264 100644
--- a/make/custom/gen83xx.cfg
+++ b/make/custom/gen83xx.cfg
@@ -23,7 +23,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing\
-D$(RTEMS_BOARD_MODEL) -D$(RTEMS_83XX_DERIVATE)
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O4 -g -fno-keep-inline-functions
+CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
# The following are definitions of make-exe which will work using ld as
# is currently required.