summaryrefslogtreecommitdiffstats
path: root/make/custom/ts_386ex.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/ts_386ex.cfg')
-rw-r--r--make/custom/ts_386ex.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index e64b72a5d6..ad18e98b2f 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -20,7 +20,8 @@ CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
-CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
+# -fomit-frame-pointer breaks debugging and C++ exceptions
+CFLAGS_OPTIMIZE_V=-O4
# This target does support the TCP/IP stack so honour requests
# to enable it.