aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-09 17:31:35 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-09 17:31:35 +0100
commit7333c70795514584b48518e23e0c23d95c8d4d6e (patch)
treefe9c7f23b07824a79dd10223381fe4e98e5939fa /Config.mk
parent6c9ee00b10928d69065cef936c287e6a8b547d41 (diff)
downloadxen-7333c70795514584b48518e23e0c23d95c8d4d6e.tar.gz
xen-7333c70795514584b48518e23e0c23d95c8d4d6e.tar.bz2
xen-7333c70795514584b48518e23e0c23d95c8d4d6e.zip
Disable debug build by default.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index 2cdc7660e3..c1aa25ccd2 100644
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
# -*- mode: Makefile; -*-
-# A debug build of Xen and tools? TEMPORARILY ENABLED
-debug ?= y
+# A debug build of Xen and tools?
+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/)