]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
Turn off debug in preparation for 4.13 release.
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 29 Nov 2019 14:55:45 +0000 (14:55 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 29 Nov 2019 14:55:45 +0000 (14:55 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Rules.mk
xen/Kconfig.debug

index cf8935d6a3eab7da3cf9a3c36e1233b46cddfa4a..b59c72766d7954b28c55d34c8a04e6ef2eca39a5 100644 (file)
@@ -32,7 +32,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 cf42e5e7a0d6b5cfe2768c0adaaaf235ada325d2..0f8ddf8be3e49736c6d703a93014454d45017eeb 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