Skip to content

Commit

Permalink
Adding flag to compile with 64 bit offset in DIRENT struct, so it wor…
Browse files Browse the repository at this point in the history
…k with larger disks.
  • Loading branch information
tesonep committed Mar 22, 2023
1 parent 191b5a0 commit 2219fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g ${COMMON_FLAGS} ${OPTIMIZATION_FLAGS}
add_compile_definitions(IMMUTABILITY=1)
add_compile_definitions(COGMTVM=0)
add_compile_definitions(PharoVM=1)
add_compile_definitions(_FILE_OFFSET_BITS=64)

#
# This definition is used to improve the logging of the messages, to cut-down the path
Expand Down

0 comments on commit 2219fdb

Please sign in to comment.