projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b988ec6
)
Enable debug build by default, for better dev testing.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 7 Jan 2009 11:25:00 +0000
(11:25 +0000)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/Config.mk
b/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/)