Skip to content

Commit

Permalink
Merge pull request #261 from carlocab/luajit-macos-flags
Browse files Browse the repository at this point in the history
Remove outdated macOS linker flags
  • Loading branch information
squeek502 authored Jul 12, 2022
2 parents ef6d7a5 + b2e501d commit 848ab2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ lua_add_executable(luvi
${lpeg_re_lua}
)

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

if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
set(CMAKE_EXE_LINKER_FLAGS "-Wl,-E")
endif()
Expand Down

0 comments on commit 848ab2f

Please sign in to comment.