aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-15 18:50:44 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-15 18:50:44 +0000
commit1d0474e5beff164fab74ed17d8ab0be55a6320be (patch)
tree8ef1273667a40161d290146d037050b9fcc84d97 /Config.mk
parentdd8dc9533b8a12693f210cb6b39f1490001397f2 (diff)
downloadxen-1d0474e5beff164fab74ed17d8ab0be55a6320be.tar.gz
xen-1d0474e5beff164fab74ed17d8ab0be55a6320be.tar.bz2
xen-1d0474e5beff164fab74ed17d8ab0be55a6320be.zip
-DNDEBUG for hypervisor only
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index 01644b167c..fbd65436da 100644
--- a/Config.mk
+++ b/Config.mk
@@ -57,9 +57,7 @@ define cc-ver-check-closure
endif
endef
-ifneq ($(debug),y)
-CFLAGS += -DNDEBUG
-else
+ifeq ($(debug),y)
CFLAGS += -g
endif