summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh7032.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
commit0c642539f20904a139fb2851d18d9a55ffce8729 (patch)
treeeddbdfa1e4148db59036b942264e79bc3eb605e0 /make/custom/simsh7032.cfg
parent * vmeUniverse/vmeTsi148.h: user now must define a symbol (diff)
downloadrtems-0c642539f20904a139fb2851d18d9a55ffce8729.tar.bz2
Cleanup.
Diffstat (limited to 'make/custom/simsh7032.cfg')
-rw-r--r--make/custom/simsh7032.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/custom/simsh7032.cfg b/make/custom/simsh7032.cfg
index caf2673799..1db61f14ce 100644
--- a/make/custom/simsh7032.cfg
+++ b/make/custom/simsh7032.cfg
@@ -19,12 +19,7 @@ RTEMS_CPU_MODEL=sh7032
#
CPU_CFLAGS=-m1
-# 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