Enable debug build by default, for better dev testing.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Jan 2009 11:25:00 +0000 (11:25 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Jan 2009 11:25:00 +0000 (11:25 +0000)
In particular this may hopefully give better detection of latent
spinlock bugs.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk

index 5c92a223e1b7860865efae97696f43763790bc95..8768da26e12a657a408bca354845472337a667f4 100644 (file)
--- 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/)