Makefile: add -D_FILE_OFFSET_BITS=64 to CFLAGS

This commit is contained in:
Robert Swiecki 2017-07-15 15:04:25 +02:00
parent 43e402af06
commit cf3525dd49

View File

@ -22,7 +22,7 @@ CC ?= gcc
EXTRA_CFLAGS := $(CFLAGS)
CFLAGS += -O2 -c -std=gnu11 \
-D_GNU_SOURCE \
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \
-Wformat -Wformat=2 -Wformat-security -fPIE \
-Wno-format-nonliteral \
-Wall -Wextra -Werror \