debuggers.hg
changeset 21154:adce8bc43fcc
Enable debug=y by default in the build.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Apr 06 07:16:47 2010 +0100 (2010-04-06) |
parents | d7370232060a |
children | 7794f61c61f3 |
files | Config.mk |
line diff
1.1 --- a/Config.mk Tue Apr 06 07:14:56 2010 +0100 1.2 +++ b/Config.mk Tue Apr 06 07:16:47 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # -*- mode: Makefile; -*- 1.5 1.6 # A debug build of Xen and tools? 1.7 -debug ?= n 1.8 +debug ?= y 1.9 1.10 XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \ 1.11 -e s/i86pc/x86_32/ -e s/amd64/x86_64/)