From: Wei Liu Date: Mon, 31 Oct 2016 17:01:12 +0000 (+0000) Subject: xen: disable debug build X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~133 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e1d1c68ea8a3;p=xen.git xen: disable debug build Xen debug build is controlled by Kconfig. Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk Release-acked-by: Wei Liu --- diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index e9f7dcd66f..b3bb08546c 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