You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
397 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -28,7 +28,7 @@ PROG := $(BUILDDIR)/tvheadend
  4. #
  5. CFLAGS += -g -O2 -Wunused-result
  6. -CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
  7. +#CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
  8. CFLAGS += -Wmissing-prototypes
  9. CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
  10. CFLAGS += -D_FILE_OFFSET_BITS=64