From 80925f7eec1577851021fd6648d5bcadb9a00f95 Mon Sep 17 00:00:00 2001 From: Shiz Date: Wed, 17 Jul 2019 03:02:51 +0200 Subject: [PATCH] use 64-bit file offsets everywhere --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13bfa26..21708c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CPPFLAGS := -D_POSIX_C_SOURCE=200112L $(CPPFLAGS) +CPPFLAGS := -D_POSIX_C_SOURCE=200112L -D_FILE_OFFSET_BITS=64 $(CPPFLAGS) CFLAGS := -std=c99 -O2 -Wall -Wextra -pedantic -Wno-unused-parameter $(CFLAGS) O = obj/