]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
4.15: Turn off debug on the stable branch
authorIan Jackson <iwj@xenproject.org>
Wed, 24 Mar 2021 16:31:11 +0000 (16:31 +0000)
committerIan Jackson <iwj@xenproject.org>
Wed, 24 Mar 2021 16:31:32 +0000 (16:31 +0000)
Signed-off-by: Ian Jackson <iwj@xenproject.org>
tools/Rules.mk
xen/Kconfig.debug

index 2907ed2d3972475f4331a710268a4b28d170677f..444e5bacdd2c3f0b1664aa4b7f77ea2d6e1f777a 100644 (file)
@@ -20,7 +20,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