]> xenbits.xensource.com Git - xen.git/commitdiff
Config.mk: switch to debug?=n in preparation for the release
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 1 Jul 2013 16:07:36 +0000 (17:07 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 1 Jul 2013 16:07:36 +0000 (17:07 +0100)
Config.mk

index 328afc5fb4706dd091366279692115a891504806..11d7a7d34905711032c563bc09b48ae8d98b52c0 100644 (file)
--- 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