[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen stable-4.12] MAINTAINERS: Branch for 4.12, change debug default to n
commit b53832cc724e3d88f0b90703d738a6607c28012f Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Mon Mar 11 14:42:58 2019 +0000 Commit: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CommitDate: Mon Mar 11 14:42:58 2019 +0000 MAINTAINERS: Branch for 4.12, change debug default to n Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- 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 -- generated by git-patchbot for /home/xen/git/xen.git#stable-4.12 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |