summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-24 02:59:51 +0000
committerGitHub <noreply@github.com>2024-01-24 02:59:51 +0000
commitb60b2395acaeac2f43fc24e09203403a63a04a63 (patch)
tree84e1186a5a5de4999a0b5de8ce5122d53ad93252
parentcebefd030fd883bbdbd9503884191861cf43de9a (diff)
Update opentrack-platform.cmake
-rw-r--r--cmake/opentrack-platform.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index e806869c..f7db0dc8 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -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()