projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8aee5
)
blktap2: Do not build with -O0
author
Keir Fraser
<keir@xen.org>
Thu, 10 May 2012 10:22:18 +0000
(11:22 +0100)
committer
Keir Fraser
<keir@xen.org>
Thu, 10 May 2012 10:22:18 +0000
(11:22 +0100)
Signed-off-by: Keir Fraser <keir@xen.org>
tools/blktap2/drivers/Makefile
patch
|
blob
|
history
diff --git
a/tools/blktap2/drivers/Makefile
b/tools/blktap2/drivers/Makefile
index 2f93d2d1cc1e6f9cb46251bef59789cbfe620f1d..f47abb3b77320db78036cfb350410b5ab64734ff 100644
(file)
--- a/
tools/blktap2/drivers/Makefile
+++ b/
tools/blktap2/drivers/Makefile
@@
-9,7
+9,7
@@
QCOW_UTIL = img2qcow qcow-create qcow2raw
LOCK_UTIL = lock-util
INST_DIR = $(SBINDIR)
-CFLAGS += -Werror -g
-O0
+CFLAGS += -Werror -g
CFLAGS += -Wno-unused
CFLAGS += -fno-strict-aliasing
CFLAGS += -I$(BLKTAP_ROOT)/include -I$(BLKTAP_ROOT)/drivers