We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_LARGEFILE64_SOURCE
1 parent 6cfed8d commit ed7907cCopy full SHA for ed7907c
CMakeLists.txt
@@ -72,7 +72,7 @@ configure_file(
72
${CMAKE_BINARY_DIR}/extra_version_string.h
73
)
74
75
-set(FLAGS_COMMON "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread")
+set(FLAGS_COMMON "-D_FILE_OFFSET_BITS=64 -pthread")
76
set(supports32bit true)
77
set(x86ish false)
78
set(has_syscallbuf false)
0 commit comments