]> xenbits.xensource.com Git - xen.git/commitdiff
Disable debug build by default.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 9 Mar 2010 10:00:37 +0000 (10:00 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 9 Mar 2010 10:00:37 +0000 (10:00 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk

index 1cebb31004c916b8c502de4eb0ba5ee09b023925..a0dc40e27286af4402e6c28e53d653152c9a39f4 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/)