summaryrefslogtreecommitdiffstats
path: root/make/custom/force386.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/force386.cfg')
-rw-r--r--make/custom/force386.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/custom/force386.cfg b/make/custom/force386.cfg
index 57c832e2b9..cf01c4cf78 100644
--- a/make/custom/force386.cfg
+++ b/make/custom/force386.cfg
@@ -19,7 +19,8 @@ CPU_CFLAGS =
# 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 NOT support the TCP/IP stack so ignore requests
# to enable it.