Blame SOURCES/genwqe-user-4.0.18-config.patch

f068c8
diff -up genwqe-user-4.0.18/config.mk.than genwqe-user-4.0.18/config.mk
f068c8
--- genwqe-user-4.0.18/config.mk.than	2017-02-13 15:17:55.707772426 +0100
f068c8
+++ genwqe-user-4.0.18/config.mk	2017-02-13 15:18:32.048380997 +0100
f068c8
@@ -19,7 +19,7 @@
f068c8
 #   V=1 means brief output
f068c8
 #   V=2 means full output
f068c8
 #
f068c8
-V		?= 1
f068c8
+V		?= 2
f068c8
 CC		= $(CROSS)gcc
f068c8
 AS		= $(CROSS)as
f068c8
 LD		= $(CROSS)ld
f068c8
@@ -69,8 +69,7 @@ MAJOR_VERS=$(shell echo $(VERSION) | cut
f068c8
 
f068c8
 PLATFORM ?= $(shell uname -i)
f068c8
 
f068c8
-CFLAGS ?= -W -Wall -Werror -Wwrite-strings -Wextra -O2 -g \
f068c8
-	-Wmissing-prototypes # -Wstrict-prototypes -Warray-bounds
f068c8
+CFLAGS ?= $(RPM_OPT_FLAGS)
f068c8
 CFLAGS += -DGIT_VERSION=\"$(VERSION)\" \
f068c8
 	-I. -I../include -I../include/linux/uapi -D_GNU_SOURCE=1
f068c8