From f595e889b91a674eb94db7ca4d832da54f5194cd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 17 Aug 2017 15:01:09 +0200 Subject: Use int64_t for public file API offsets. Don't mess with conditional compilation with LARGEFILE -- always expose 64-bit file offsets in our public API. --- Makerules | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 1019e38d..56ba6ef4 100644 --- a/Makerules +++ b/Makerules @@ -8,7 +8,6 @@ OS := $(OS:Darwin=MACOS) HAVE_LIBDL ?= yes - CFLAGS += -Wall -Wdeclaration-after-statement ifeq (,$(findstring -fembed-bitcode,$(XCFLAGS))) @@ -63,10 +62,6 @@ else $(error unknown build setting: '$(build)') endif -ifeq "$(largefile)" "yes" -CFLAGS += -DFZ_LARGEFILE -endif - # Windows (MINGW) build doesn't use system libraries. ifeq "$(OS)" "MINGW" -- cgit v1.2.3