From 4a493bdc5c1f3ba22004fd6a260fc7b4c6d23fce Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 14 Jul 2009 21:25:24 +0100 Subject: debug=y default during development Signed-off-by: Keir Fraser --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.mk') diff --git a/Config.mk b/Config.mk index 5fd43a4730..1295727f58 100644 --- a/Config.mk +++ b/Config.mk @@ -1,7 +1,7 @@ # -*- mode: Makefile; -*- # A debug build of Xen and tools? -debug ?= n +debug ?= y XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \ -e s/i86pc/x86_32/ -e s/amd64/x86_64/) -- cgit v1.2.3