summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/Makefile.common')
-rw-r--r--mdk-stage1/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common
index aa040f667..34c010905 100644
--- a/mdk-stage1/Makefile.common
+++ b/mdk-stage1/Makefile.common
@@ -44,7 +44,7 @@ L = GLIBC
endif
ifdef DEBUG
-OPTFLAGS = -g
+OPTFLAGS = -g -DDEBUG
else
OPTFLAGS = -Os
endif