projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e9d0f
)
Config.mk: non-debug build by default
author
Wei Liu
<wei.liu2@citrix.com>
Mon, 23 May 2016 16:17:57 +0000
(17:17 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 23 May 2016 16:17:57 +0000
(17:17 +0100)
Set debug ?= n in preparation for late RCs and eventual release.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Config.mk
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index ada3d05115eb3d95258d42afbc1fc99afb6e03f0..f6e536e5797cd847bf6d6a30e0cea33121bebe80 100644
(file)
--- 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