From: Ian Jackson Date: Mon, 13 Jul 2020 13:57:37 +0000 (+0100) Subject: Branch 4.14: Turn off debug on this stable branch X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ce3c4493e4e6c94495ddd8538e801a35980bff0d;p=xen.git Branch 4.14: Turn off debug on this stable branch Signed-off-by: Ian Jackson --- diff --git a/tools/Rules.mk b/tools/Rules.mk index 5ed5664bf7..67747110b8 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -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 diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index fad3050d4f..4419030235 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