aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/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/blktap/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/blktap/Makefile')
-rw-r--r--tools/blktap/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/blktap/Makefile b/tools/blktap/Makefile
index 6f19e79f3f..d4019c0252 100644
--- a/tools/blktap/Makefile
+++ b/tools/blktap/Makefile
@@ -24,8 +24,6 @@ SRCS += blktaplib.c xenbus.c blkif.c
CFLAGS += -Werror
CFLAGS += -Wno-unused
-#CFLAGS += -O3
-CFLAGS += -g3
CFLAGS += -fno-strict-aliasing
CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
# get asprintf():