From e46033b74ad4f747bbdefe8620f75eb530923b24 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Dec 2023 09:48:26 +0100 Subject: oops --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.3