Default to non-debug build.
authorKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 10:09:46 +0000 (11:09 +0100)
committerKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 10:09:46 +0000 (11:09 +0100)
Signed-off-by: Keir Fraser <keir@xen.org>
Config.mk

index 4045122e151576892194036a8b8e5f695e8452ae..966f93bc87698b3eeb11703e698eb3114a237199 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -10,7 +10,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)
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \