Build all files with optimization OBS-URL: https://build.opensuse.org/request/show/129210 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=195
12 lines
434 B
Diff
12 lines
434 B
Diff
--- xen-4.1.2-testing/tools/blktap2/drivers/Makefile.orig 2012-07-29 13:02:16.275448839 +0200
|
|
+++ xen-4.1.2-testing/tools/blktap2/drivers/Makefile 2012-07-29 13:02:37.041208027 +0200
|
|
@@ -9,7 +9,7 @@
|
|
LOCK_UTIL = lock-util
|
|
INST_DIR = $(SBINDIR)
|
|
|
|
-CFLAGS += -Werror -g -O0
|
|
+#CFLAGS += -Werror -g -O0
|
|
CFLAGS += -Wno-unused
|
|
CFLAGS += -fno-strict-aliasing
|
|
CFLAGS += -I$(BLKTAP_ROOT)/include -I$(BLKTAP_ROOT)/drivers
|