Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Dec 1, 2023
1 parent cb6a867 commit e46033b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ endif()
if(NOT APPLE AND NOT WIN32)
add_compile_options(-fno-plt)
add_link_options(-Wl,-z,relro,-z,now)
add_link_options(-Wl,-z,nodlopen -Wl,-z,noexecstack)
add_link_options(-Wl,-z,noexecstack)
endif()

add_definitions(
Expand Down

0 comments on commit e46033b

Please sign in to comment.