From d321070f8332a6d14438e75c480f005b57fb7e2f Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 16 Jul 2024 02:28:38 -0700 Subject: [PATCH] relative-cap-relocs isn't real --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98328a64048881..cc1727bc12a7d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1206,7 +1206,7 @@ if(UNIX AND NOT APPLE) -fno-pic -static-libstdc++ -static-libgcc - "-Wl,-no-pie,-relative-cap-relocs" + "-Wl,-no-pie" "-Wl,-icf=safe" "-Wl,--as-needed" "-Wl,--gc-sections"