summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme3100.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/mvme3100.cfg')
-rw-r--r--make/custom/mvme3100.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/custom/mvme3100.cfg b/make/custom/mvme3100.cfg
index a404b0f4dd..8e32fc1750 100644
--- a/make/custom/mvme3100.cfg
+++ b/make/custom/mvme3100.cfg
@@ -26,11 +26,7 @@ CFLAGS_OPTIMIZE_V = -O4
# debug flags: typically none, but at least -O1 is required due to this
# BSP using inlined code
-CFLAGS_DEBUG_V = -O1
-
-# profile flags: typically none, but at least -O1 is required due to this
-# BSP using inlined code
-CFLAGS_PROFILE_V = -O1
+CFLAGS_DEBUG_V = -O1 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(@:%.exe=%.nxe) $(LINK_OBJS) $(LINK_LIBS)