From: Keir Fraser Date: Fri, 7 Sep 2012 11:54:22 +0000 (+0100) Subject: Default to debug builds. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7976 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6065b275d1f6b27ae13a802f681541b9d5bee464;p=xen.git Default to debug builds. --- diff --git a/Config.mk b/Config.mk index 78410efc82..b9c7a9df75 100644 --- 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/ \