summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-26 01:22:26 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-26 01:22:26 +0000
commit195bf8ddee366619283bcfdefe7162f5491d6ec4 (patch)
tree1fc6d8c82da510219cff9f2781ab290ebf32eb6c /mdk-stage1/Makefile.common
parent75388b8d50d214fa0ccf2e27be5167db9cf80493 (diff)
downloaddrakx-backup-do-not-use-195bf8ddee366619283bcfdefe7162f5491d6ec4.tar
drakx-backup-do-not-use-195bf8ddee366619283bcfdefe7162f5491d6ec4.tar.gz
drakx-backup-do-not-use-195bf8ddee366619283bcfdefe7162f5491d6ec4.tar.bz2
drakx-backup-do-not-use-195bf8ddee366619283bcfdefe7162f5491d6ec4.tar.xz
drakx-backup-do-not-use-195bf8ddee366619283bcfdefe7162f5491d6ec4.zip
define DEBUG when using DEBUG
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