aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c3
1 files changed, 3 insertions, 0 deletions
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