]> xenbits.xensource.com Git - xen.git/commitdiff
Switch to release builds by default
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 21 Feb 2025 14:58:54 +0000 (14:58 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 21 Feb 2025 14:58:54 +0000 (14:58 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/Rules.mk
xen/Kconfig.debug

index 6bd636709ff79d9300793bfcdc3faeeddc8d25cb..d0d77a4d7a8020bba1003642a82a49cb95255baa 100644 (file)
@@ -25,7 +25,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 c4a8d86912e09b1038deba982048dcd954eda74e..778db6f4e99d610551b9435f38708be66a18600e 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