From b53832cc724e3d88f0b90703d738a6607c28012f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 11 Mar 2019 14:42:58 +0000 Subject: [PATCH] MAINTAINERS: Branch for 4.12, change debug default to n Signed-off-by: Ian Jackson --- tools/Rules.mk | 2 +- xen/Kconfig.debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Rules.mk b/tools/Rules.mk index 68f2ed7ce1..804176a1d0 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) # Set CONFIG_GOLANG=y in .config (or in make) to build golang diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index 4d5d7f87cb..fb4458b36f 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