|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen stable-4.22] Switch to release builds by default
commit a1e20d930a20d490cef561865a3f32d84f9842e1
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Mon Jun 29 18:19:45 2026 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Mon Jun 29 18:19:45 2026 +0100
Switch to release builds by default
Signed-off-by: Andrew Cooper <andrew.cooper3@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 d9b9c740e9..f52b9bac45 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -29,7 +29,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 d900d926c5..434a1ae1d6 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.22
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |