From 566cef5c77d4a884f054857c7aa4d3e76d19479e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 30 Oct 2024 10:57:28 +0100 Subject: Improve file reading --- make.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make.c') diff --git a/make.c b/make.c index 8cc8532..251ca5c 100644 --- a/make.c +++ b/make.c @@ -38,6 +38,9 @@ static char *cflags_req[] = { "-Ivendor/mlib/include", "-pipe", "-std=c23", +#ifdef __linux__ + "-D_FILE_OFFSET_BITS=64", +#endif #ifdef __GLIBC__ "-D_GNU_SOURCE", #endif -- cgit v1.2.3