From 0273e627ed1c8d6ed3a3494b3b670192e15c56f3 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 6 Apr 2010 07:16:47 +0100 Subject: Enable debug=y by default in the build. 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 a94aceac4e..6d6fb78c48 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