]> xenbits.xensource.com Git - xen.git/commitdiff
Config.mk: use non-debug build for 4.8
authorWei Liu <wei.liu2@citrix.com>
Thu, 20 Oct 2016 13:00:47 +0000 (14:00 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 20 Oct 2016 13:00:47 +0000 (14:00 +0100)
Set debug ?= n in preparation for late RCs and eventual release.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Config.mk

index 3c3ff6895ef7e25ce56a1b1aedb0bdc3defa9b20..fe80539b206ccaa4f3ced40b353f60d330f4c2a0 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -17,7 +17,7 @@ or       = $(if $(strip $(1)),$(1),$(if $(strip $(2)),$(2),$(if $(strip $(3)),$(
 -include $(XEN_ROOT)/.config
 
 # A debug build of Xen and tools?
-debug ?= y
+debug ?= n
 debug_symbols ?= $(debug)
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \