From ddb042143e72a8b789e06f09dbc897dfa9f15b82 Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 17 Apr 2022 11:45:52 -0400 Subject: [PATCH] Set -fPIC --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 558ba17..447e086 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,4 +26,5 @@ target_compile_options( -g -DNDEBUG -fPIE + -fPIC )