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

Commit ea7738d

Browse files
geraldcombspoiana
authored andcommitted
update(cmake): Remove old LuaJIT+macOS compiler flags.
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]>
1 parent b44e654 commit ea7738d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/modules/CompilerFlags.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,3 @@ else() # MSVC
6666
add_definitions(-DHAS_CAPTURE)
6767

6868
endif()
69-
70-
if(APPLE)
71-
set(CMAKE_EXE_LINKER_FLAGS "-pagezero_size 10000 -image_base 100000000")
72-
endif()
73-
74-

0 commit comments

Comments
 (0)