diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-01 09:48:26 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-01 09:48:26 +0100 |
commit | e46033b74ad4f747bbdefe8620f75eb530923b24 (patch) | |
tree | 68bc7d8dea8e7b1a0a0bc1419329662c937b6a29 | |
parent | cb6a8676fbcc5515d859fbf9d5615bdd07d8e3a3 (diff) |
oops
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 515a696b..db17798f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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( |