aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-03-04 21:46:06 +0000
committerKeir Fraser <keir@xen.org>2011-03-04 21:46:06 +0000
commitbc004a5b0808167e685c1e1717b7052567f5c106 (patch)
tree6e60c367a8b950cae2673dbf5ec99b36ab948f2d
parent8120545fbb46e1d487c228f1c69e30420bf62cca (diff)
downloadxen-bc004a5b0808167e685c1e1717b7052567f5c106.tar.gz
xen-bc004a5b0808167e685c1e1717b7052567f5c106.tar.bz2
xen-bc004a5b0808167e685c1e1717b7052567f5c106.zip
Set debug=n by default.
Signed-off-by: Keir Fraser <keir@xen.org>
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 53d5225815..3d16922852 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/)