aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-23 19:19:23 +0000
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-23 19:19:23 +0000
commit8856d171508df61b9dbe7047c575dd714b00e184 (patch)
tree07f32849b27e083d8fa45295160e2491f15989b9 /tools/console
parent30f626794c70544d041be99d19553a70d40c61fd (diff)
downloadxen-8856d171508df61b9dbe7047c575dd714b00e184.tar.gz
xen-8856d171508df61b9dbe7047c575dd714b00e184.tar.bz2
xen-8856d171508df61b9dbe7047c575dd714b00e184.zip
imported patch my-config
Diffstat (limited to 'tools/console')
-rw-r--r--tools/console/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/console/Makefile b/tools/console/Makefile
index a27aa8e458..3fc846eb56 100644
--- a/tools/console/Makefile
+++ b/tools/console/Makefile
@@ -9,7 +9,7 @@ INSTALL = install
INSTALL_PROG = $(INSTALL) -m0755
INSTALL_DIR = $(INSTALL) -d -m0755
-CFLAGS += -Wall -Werror -g3
+CFLAGS += -Wall -Werror -ggdb3 -O0
CFLAGS += -I $(XEN_LIBXC)
CFLAGS += -I $(XEN_XENSTORE)