aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-23 19:37:33 +0000
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-23 19:37:33 +0000
commitf6d80a7f57c14fc9ae926e505ec43d0f236cab97 (patch)
tree48d85962b35e0638f81a68752ad14d4f13020df0 /tools/console
parentd64896a9f0ea430466901ef08f2bf0dcd27da6b5 (diff)
downloadxen-f6d80a7f57c14fc9ae926e505ec43d0f236cab97.tar.gz
xen-f6d80a7f57c14fc9ae926e505ec43d0f236cab97.tar.bz2
xen-f6d80a7f57c14fc9ae926e505ec43d0f236cab97.zip
Reverse accidental commits for changesets 8001 and 7996-7999.
The Mercurial Queues extensions suddenly looks a lot less useful than it first seemed. Signed-off-by: Ewan Mellor <ewan@xensource.com>
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 3fc846eb56..a27aa8e458 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 -ggdb3 -O0
+CFLAGS += -Wall -Werror -g3
CFLAGS += -I $(XEN_LIBXC)
CFLAGS += -I $(XEN_XENSTORE)