aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-07 11:25:00 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-07 11:25:00 +0000
commitb2d41b20775f659169151c0d9ef8658d4c99bc9c (patch)
tree634dbc2f8eca3e517bdcb7bb81d873e94a2220d7 /Config.mk
parentb988ec6b11dab6a5048c6c39b5119fb50c5928fa (diff)
downloadxen-b2d41b20775f659169151c0d9ef8658d4c99bc9c.tar.gz
xen-b2d41b20775f659169151c0d9ef8658d4c99bc9c.tar.bz2
xen-b2d41b20775f659169151c0d9ef8658d4c99bc9c.zip
Enable debug build by default, for better dev testing.
In particular this may hopefully give better detection of latent spinlock bugs. 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 5c92a223e1..8768da26e1 100644
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
# -*- mode: Makefile; -*-
# A debug build of Xen and tools?
-debug ?= n
+debug ?= y ## TEMPORARILY ENABLED
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/)