From d50706c71740dccfb461b12740a69b13020ab88a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 16 Nov 2022 15:11:15 +0100 Subject: cmake: fix accidental duplication --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6296696b..840b2371 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,12 +150,6 @@ if(CMAKE_COMPILER_IS_GNUCXX) endif() endif() -if(NOT MSVC) - add_compile_options(-fno-rtti) -else() - add_compile_options(-GR-) -endif() - if(NOT APPLE AND NOT WIN32) add_compile_options(-fno-plt) endif() -- cgit v1.2.3