|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen stable-4.18] Turn off debug by default
commit b6cf4f81b5ff43a05b199c3eb8c78059d03d9485
Author: Julien Grall <julien@xxxxxxx>
AuthorDate: Fri Oct 27 14:08:16 2023 +0100
Commit: Julien Grall <julien@xxxxxxx>
CommitDate: Fri Oct 27 14:08:16 2023 +0100
Turn off debug by default
Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
---
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 18cf83f5be..cb3fd82c1f 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -25,7 +25,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 94e818ee09..c533ddf75f 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.18
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |