summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh7045.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/simsh7045.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/custom/simsh7045.cfg b/make/custom/simsh7045.cfg
index 5282917a31..c2a40bf9eb 100644
--- a/make/custom/simsh7045.cfg
+++ b/make/custom/simsh7045.cfg
@@ -19,12 +19,7 @@ RTEMS_CPU_MODEL=sh7045
#
CPU_CFLAGS=-m2
-# debug flags: typically none, but we use -O1 as it produces better code
-# CFLAGS_DEBUG_V = -O1
-CFLAGS_DEBUG_V =
-
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4
# Miscellaneous additions go here