diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-16 15:11:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-16 15:11:15 +0100 |
commit | d50706c71740dccfb461b12740a69b13020ab88a (patch) | |
tree | e6abaceb6960a0b05deb996859c183451eeb4e9b | |
parent | 0d9b18f4e960ddad7eecc0d01a99d0c30e2b4803 (diff) |
cmake: fix accidental duplication
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 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() |