]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
MAINTAINERS: Branch for 4.12, change debug default to n 4.12.0-rc6
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 11 Mar 2019 14:42:58 +0000 (14:42 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 11 Mar 2019 14:42:58 +0000 (14:42 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Rules.mk
xen/Kconfig.debug

index 68f2ed7ce10fec45f77a3ef82fe8489777edf85a..804176a1d0d5bd6b8507effec298ad40273687d6 100644 (file)
@@ -33,7 +33,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 4d5d7f87cbc9be7fe42a3d812315d0718740e0bd..fb4458b36fcd87c3a5cebb7b9516ae3b879c4ccc 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