aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-06 07:16:47 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-06 07:16:47 +0100
commit0273e627ed1c8d6ed3a3494b3b670192e15c56f3 (patch)
tree01d9b164f4f0741a1d96842ecd036bce66ca3985 /Config.mk
parent2dcbce97690181a4cc2393dbd27422eb5bcefc67 (diff)
downloadxen-0273e627ed1c8d6ed3a3494b3b670192e15c56f3.tar.gz
xen-0273e627ed1c8d6ed3a3494b3b670192e15c56f3.tar.bz2
xen-0273e627ed1c8d6ed3a3494b3b670192e15c56f3.zip
Enable debug=y by default in the build.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index a94aceac4e..6d6fb78c48 100644
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
# -*- mode: Makefile; -*-
# A debug build of Xen and tools?
-debug ?= n
+debug ?= y
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/)