Skip to content

Commit

Permalink
Update opentrack-platform.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Jan 24, 2024
1 parent cebefd0 commit b60b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/opentrack-platform.cmake
Expand Up @@ -95,7 +95,7 @@ if(CMAKE_COMPILER_IS_GNUCXX AND NOT APPLE)
add_link_options(-Wl,--exclude-libs,ALL)
add_link_options(-Wl,-z,relro,-z,now)
add_link_options(-Wl,--as-needed)
add_link_options(-Wl,-z,nodlopen -Wl,-z,noexecstack)
add_link_options(-Wl,-z,noexecstack)
add_compile_options(-fno-plt)
endif()
endif()
Expand Down

0 comments on commit b60b239

Please sign in to comment.