From e1d1c68ea8a3354ba7474f15303d0a9086ba3287 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 31 Oct 2016 17:01:12 +0000 Subject: [PATCH] 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 --- xen/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5