diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d59e889ae3d..549b18bcfdf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -134,7 +134,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL GNU) string(PREPEND CMAKE_CXX_FLAGS_DEBUG "-Og ") add_compile_options($<$:-Wstrict-null-sentinel>) add_compile_options($<$:-Woverloaded-virtual>) - add_compile_options($<$:-fno-new-ttp-matching>) # cmake does not add '-pie' for executables even if # CMAKE_POSITION_INDEPENDENT_CODE is TRUE. if(EXE_LINKER_USE_PIE)