diff --git a/CMakeLists.txt b/CMakeLists.txt index 0208181e1c..b0cd76bdc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,7 +145,7 @@ else() endif() if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") - add_compile_options(-fno-pie -no-pie) + add_compile_options(-fno-pie) add_link_options(-no-pie) endif()