|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen stable-4.6] Config.mk: Non-debug build by default.
commit cb5599f7fa2a5b4b98acc0fb37dbafbd73dea022
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
AuthorDate: Wed Sep 9 16:22:07 2015 +0100
Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
CommitDate: Wed Sep 9 16:22:39 2015 +0100
Config.mk: Non-debug build by default.
Set debug ?= n, in preperation for late RCs and eventual release.
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
CC: Wei Liu <wei.liu2@xxxxxxxxxx>
---
Config.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Config.mk b/Config.mk
index 51bcf5f..403d0fd 100644
--- a/Config.mk
+++ b/Config.mk
@@ -17,7 +17,7 @@ or = $(if $(strip $(1)),$(1),$(if $(strip
$(2)),$(2),$(if $(strip $(3)),$(
-include $(XEN_ROOT)/.config
# A debug build of Xen and tools?
-debug ?= y
+debug ?= n
debug_symbols ?= $(debug)
# Test coverage support
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.6
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |