Skip to content

Commit

Permalink
Merge pull request #557 from tesonep/p9-fix-file-offset-to-64
Browse files Browse the repository at this point in the history
Fixing FileAttribute Plugin in ARM32
  • Loading branch information
tesonep authored Mar 23, 2023
2 parents 191b5a0 + 2219fdb commit 4f73a7c
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 4f73a7c

Please sign in to comment.