Use 64 bit offsets for file seeking

This commit is contained in:
2026-01-02 22:56:26 +00:00
parent ebf16c6ba3
commit a07f05d1a3

View File

@@ -10,7 +10,7 @@ INSTALL_PREFIX = dist
RUNTIME_ASSERT = true RUNTIME_ASSERT = true
# Internal variables # Internal variables
override CFLAGS = -Wall -Wextra -Werror -pedantic -Isrc override CFLAGS = -Wall -Wextra -Werror -pedantic -Isrc -D_LARGEFILE64_SOURCE
override LIBFLAGS = -fPIC override LIBFLAGS = -fPIC
override CSTD := -std=gnu11 override CSTD := -std=gnu11
override CXXSTD := -std=gnu++11 override CXXSTD := -std=gnu++11