aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-14 21:25:24 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-14 21:25:24 +0100
commit4a493bdc5c1f3ba22004fd6a260fc7b4c6d23fce (patch)
tree088ecb96cde66432fa3d9354832d9c390ba23055 /Config.mk
parentc55d78193fd0615f37658fe1360af6332a127354 (diff)
downloadxen-4a493bdc5c1f3ba22004fd6a260fc7b4c6d23fce.tar.gz
xen-4a493bdc5c1f3ba22004fd6a260fc7b4c6d23fce.tar.bz2
xen-4a493bdc5c1f3ba22004fd6a260fc7b4c6d23fce.zip
debug=y default during development
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 5fd43a4730..1295727f58 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/)