forked from pool/tvheadend
14 lines
505 B
Diff
14 lines
505 B
Diff
|
--- Makefile.orig 2015-06-27 14:15:57.523222561 +0200
|
||
|
+++ Makefile 2015-06-27 14:16:38.689192884 +0200
|
||
|
@@ -27,8 +27,8 @@ PROG := $(BUILDDIR)/tvheadend
|
||
|
# Common compiler flags
|
||
|
#
|
||
|
|
||
|
-CFLAGS += -g -O2 -Wunused-result
|
||
|
-CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
|
||
|
+CFLAGS += -g -O2
|
||
|
+CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
|
||
|
CFLAGS += -Wmissing-prototypes
|
||
|
CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
|
||
|
CFLAGS += -D_FILE_OFFSET_BITS=64
|