summaryrefslogtreecommitdiffstats
path: root/make/custom/i386ex.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/i386ex.cfg')
-rw-r--r--make/custom/i386ex.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index dd677510e6..576ef28a6d 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -17,9 +17,7 @@ RTEMS_BSP_FAMILY=i386ex
#
CPU_CFLAGS = -msoft-float
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
-# -fomit-frame-pointer breaks debugging and C++ exceptions
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V=-O4
# Something like this should produce a map file but this does not work.