Skip to content

Commit ed7907c

Browse files
committed
Remove use of _LARGEFILE64_SOURCE
1 parent 6cfed8d commit ed7907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ configure_file(
7272
${CMAKE_BINARY_DIR}/extra_version_string.h
7373
)
7474

75-
set(FLAGS_COMMON "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread")
75+
set(FLAGS_COMMON "-D_FILE_OFFSET_BITS=64 -pthread")
7676
set(supports32bit true)
7777
set(x86ish false)
7878
set(has_syscallbuf false)

0 commit comments

Comments
 (0)