From: Wei Liu Date: Thu, 20 Oct 2016 13:00:47 +0000 (+0100) Subject: Config.mk: use non-debug build for 4.8 X-Git-Tag: 4.8.0-rc4~16 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8b4664265bb398db4d5581959566a3f8036696ce;p=xen.git Config.mk: use non-debug build for 4.8 Set debug ?= n in preparation for late RCs and eventual release. Signed-off-by: Wei Liu --- diff --git a/Config.mk b/Config.mk index 3c3ff6895e..fe80539b20 100644 --- 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/ \