From 32eb3b24ec42c5d656e6e37dc76ce5dc9f283869 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 26 Feb 2012 01:22:26 +0000 Subject: define DEBUG when using DEBUG --- mdk-stage1/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1