Branching for 4.11 stable branch, turn off debug
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 25 Jun 2018 14:23:09 +0000 (15:23 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 25 Jun 2018 14:34:15 +0000 (15:34 +0100)
Acked-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/Rules.mk
xen/Kconfig.debug

index 296b722372f37ae7c00940ec244570f5f31fb83a..79c83d9d3f7735d78013f60bcc98c7efea35c9b7 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 380c4e8d75e1ee1b8389d397633283c03332dc32..f77cef05a857b77c4dc2f6c155ae7e389c5996a1 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