debuggers.hg
changeset 22905:842ff5b82889
Overlay the tree with C/S 22858 unstable
author | Mukesh Rathor |
---|---|
date | Thu Feb 03 14:20:29 2011 -0800 (2011-02-03) |
parents | 9a6458e0c3f5 |
children | 700ac6445812 |
files | Config.mk |
line diff
1.1 --- a/Config.mk Tue Feb 01 19:26:36 2011 +0000 1.2 +++ b/Config.mk Thu Feb 03 14:20:29 2011 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # -*- mode: Makefile; -*- 1.5 1.6 # A debug build of Xen and tools? 1.7 -debug ?= y 1.8 +debug ?= n 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/)