diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 10:57:28 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 10:57:28 +0100 |
commit | 566cef5c77d4a884f054857c7aa4d3e76d19479e (patch) | |
tree | 160cbcbbcc356a638cb3be06e1a5cd379834084c /make.c | |
parent | bf4ffc33598c2b05f7dbb07f688a2eb33b58150b (diff) |
Improve file reading
Diffstat (limited to 'make.c')
-rw-r--r-- | make.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |