Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
update(cmake): Remove old LuaJIT+macOS compiler flags.
Browse files Browse the repository at this point in the history
Remove compiler flags which fixed an issue for LuaJit 2.0 on macOS. That
particular library version + OS combination is no longer supported by
the LuaJIT project, and the flags are incompatible with Arm64.

Ping falcosecurity#321.

Signed-off-by: Gerald Combs <[email protected]>
  • Loading branch information
geraldcombs authored and poiana committed Aug 23, 2022
1 parent b44e654 commit ea7738d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/modules/CompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,3 @@ else() # MSVC
add_definitions(-DHAS_CAPTURE)

endif()

if(APPLE)
set(CMAKE_EXE_LINKER_FLAGS "-pagezero_size 10000 -image_base 100000000")
endif()


0 comments on commit ea7738d

Please sign in to comment.