diff options
-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() |