|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen stable-4.4] Config.mk: Non-debug build by default
commit 29f130cfd9aca7ee12deddbbc0217f39d55bec60
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
AuthorDate: Fri Feb 21 18:24:23 2014 +0000
Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
CommitDate: Fri Feb 21 18:24:23 2014 +0000
Config.mk: Non-debug build by default
Set debug ?= n, in preparation for releasing.
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
Config.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Config.mk b/Config.mk
index 2a62c21..acde711 100644
--- a/Config.mk
+++ b/Config.mk
@@ -16,7 +16,7 @@ realpath = $(wildcard $(foreach file,$(1),$(shell cd -P $(dir
$(file)) && echo "
-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.4
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |