]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
Set debug=n by default.
authorKeir Fraser <keir@xen.org>
Fri, 4 Mar 2011 21:46:06 +0000 (21:46 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 4 Mar 2011 21:46:06 +0000 (21:46 +0000)
Signed-off-by: Keir Fraser <keir@xen.org>
Config.mk

index 53d52258155fbb1cbbbf24cd69c0b287bceac639..3d169228523aaf50c0b540d0e2c80700a2427f05 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
 # -*- mode: Makefile; -*-
 
 # A debug build of Xen and tools?
-debug ?= y
+debug ?= n
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
                          -e s/i86pc/x86_32/ -e s/amd64/x86_64/)