aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2013-07-01 17:07:36 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-07-01 17:07:36 +0100
commit21ecf2392463a463b0507ae2142ccd5849e86bd9 (patch)
treefa4d1ac1552ca42c2bbd2bff89d2a116bce8d947
parent3dfb4018d4948588ff00e32f4ab12d4715bb8c5e (diff)
downloadxen-21ecf2392463a463b0507ae2142ccd5849e86bd9.tar.gz
xen-21ecf2392463a463b0507ae2142ccd5849e86bd9.tar.bz2
xen-21ecf2392463a463b0507ae2142ccd5849e86bd9.zip
Config.mk: switch to debug?=n in preparation for the release
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 328afc5fb4..11d7a7d349 100644
--- a/Config.mk
+++ b/Config.mk
@@ -10,7 +10,7 @@ realpath = $(wildcard $(foreach file,$(1),$(shell cd -P $(dir $(file)) && echo "
-include $(XEN_ROOT)/.config
# A debug build of Xen and tools?
-debug ?= y
+debug ?= n
debug_symbols ?= $(debug)
# Test coverage support