aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 22:31:45 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 22:31:45 +0100
commitd27fbb006132147f73795ca4ad60a0e38b050b58 (patch)
tree3c3bc0319cb6cd84555d44e1aa98c2f8050c8f57 /tools/xentrace/Makefile
parent326450f67e011c6cb6ced17c8dcb5e7a8442057d (diff)
downloadxen-d27fbb006132147f73795ca4ad60a0e38b050b58.tar.gz
xen-d27fbb006132147f73795ca4ad60a0e38b050b58.tar.bz2
xen-d27fbb006132147f73795ca4ad60a0e38b050b58.zip
Move 'debug' build option into the outermost Config.mk file.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 8179695fb5..1d66129c8d 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -6,7 +6,7 @@ INSTALL_DATA = $(INSTALL) -m0644
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS += -Werror -O3
+CFLAGS += -Werror
CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)