aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-03-09 10:00:37 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-03-09 10:00:37 +0000
commit17878b9031ca43a6c863a69d661d882ab45701f3 (patch)
tree6b5f0d4dbbeed349adf67f95bdb186f318ebf1bb
parent0e2f4c8cf08ea7da9a1c0fde256950cd33d1ee56 (diff)
downloadxen-17878b9031ca43a6c863a69d661d882ab45701f3.tar.gz
xen-17878b9031ca43a6c863a69d661d882ab45701f3.tar.bz2
xen-17878b9031ca43a6c863a69d661d882ab45701f3.zip
Disable debug build by default.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 1cebb31004..a0dc40e272 100644
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
# -*- mode: Makefile; -*-
# A debug build of Xen and tools?
-debug ?= y
+debug ?= n
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/)