summaryrefslogtreecommitdiffstats
path: root/make/custom/ods68302.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/ods68302.cfg')
-rw-r--r--make/custom/ods68302.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index b2e2e2fecc..c42e91ca97 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -24,13 +24,9 @@ RTEMS_BSP_FAMILY=ods68302
# CPU_CFLAGS = -m68302 -msoft-float
CPU_CFLAGS = -m68302
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
-# debugging please
-CFLAGS_DEBUG_V =
-
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.