From: Ian Jackson Date: Mon, 25 Jun 2018 14:23:09 +0000 (+0100) Subject: Branching for 4.11 stable branch, turn off debug X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=29debe052660b1938a054fe88a2ffc2784176143;p=xen.git Branching for 4.11 stable branch, turn off debug Acked-by: Juergen Gross Signed-off-by: Ian Jackson --- diff --git a/tools/Rules.mk b/tools/Rules.mk index 296b722372..79c83d9d3f 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -31,7 +31,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 diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index 380c4e8d75..f77cef05a8 100644 --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -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