Branch 4.14: Turn off debug on this stable branch
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 13 Jul 2020 13:57:37 +0000 (14:57 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 13 Jul 2020 13:57:37 +0000 (14:57 +0100)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Rules.mk
xen/Kconfig.debug

index 5ed5664bf7d6d9fc517f272c95786023711c7080..67747110b86b06025304727a38ab19e7f4f8f836 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)
 
 XEN_GOCODE_URL    = golang.xenproject.org
index fad3050d4f7b09a828ddf985202c9a188c903ffd..4419030235d7fe257b9b53b7fa15e546fa95c43f 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