From: Keir Fraser Date: Fri, 7 Sep 2012 10:09:46 +0000 (+0100) Subject: Default to non-debug build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7981 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=23567b1201e6da3dc5f30c4640389e22a15ab8b1;p=xen.git Default to non-debug build. Signed-off-by: Keir Fraser --- diff --git a/Config.mk b/Config.mk index 4045122e15..966f93bc87 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 ?= y +debug ?= n debug_symbols ?= $(debug) XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \