Default to debug builds.
authorKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 11:54:22 +0000 (12:54 +0100)
committerKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 11:54:22 +0000 (12:54 +0100)
Config.mk

index 78410efc82a681c04cfc9d58e91f3af957dce72b..b9c7a9df755efc56ab14c3149feaa9108bbb3c2c 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 ?= n
+debug ?= y
 debug_symbols ?= $(debug)
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \