diff --git a/options_linux.cmake b/options_linux.cmake index de6f7db..b46a98a 100644 --- a/options_linux.cmake +++ b/options_linux.cmake @@ -7,7 +7,6 @@ target_compile_options(common_options INTERFACE -fstack-protector-all - -fstack-clash-protection -fPIC $,,-fno-strict-aliasing> -pipe @@ -34,6 +33,7 @@ INTERFACE if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") target_compile_options(common_options INTERFACE + -fstack-clash-protection -Wno-maybe-uninitialized ) endif()