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