]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
Disable debug for 4.10 stable branch, in preparation for release
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 1 Dec 2017 15:15:39 +0000 (15:15 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 1 Dec 2017 15:15:39 +0000 (15:15 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/Rules.mk
xen/Kconfig.debug

index 61515d30635e7e570df3122a936240b932af4987..6268c14e3a3d052347f490227e5297c7e795054f 100644 (file)
@@ -31,7 +31,7 @@ CFLAGS_xeninclude = -I$(XEN_INCLUDE)
 XENSTORE_XENSTORED ?= y
 
 # A debug build of tools?
-debug ?= y
+debug ?= n
 debug_symbols ?= $(debug)
 
 # Set CONFIG_GOLANG=y in .config (or in make) to build golang
index 8d70f637433b1540dc1a14004bd08184e355df68..c0f3c017ed71b30ce9405bc47e48bfd66b40ec66 100644 (file)
@@ -3,7 +3,7 @@ menu "Debugging Options"
 
 config DEBUG
        bool "Developer Checks"
-       default y
+       default n
        ---help---
          If you say Y here this will enable developer checks such as asserts
          and extra printks. This option is intended for development purposes