summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme162lx.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/mvme162lx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme162lx.cfg b/make/custom/mvme162lx.cfg
index 317e9cb815..a1ff28da74 100644
--- a/make/custom/mvme162lx.cfg
+++ b/make/custom/mvme162lx.cfg
@@ -27,7 +27,7 @@ RTEMS_BSP_FAMILY=mvme162
CPU_CFLAGS = -m68040 -msoft-float
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -fomit-frame-pointer
+CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
# The following are definitions of make-exe which will work using ld as
# is currently required.