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.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index 39c2203a31..9381dc67e0 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=i386ex
CPU_CFLAGS = -msoft-float
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2
+CFLAGS_OPTIMIZE_V = -O2 -g
# Something like this should produce a map file but this does not work.