diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 998c73543a..788ec319a4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -97,7 +97,6 @@ if (MSVC AND NOT CXX_CLANG) $<$:/GS-> # No stack buffer overflow checks /Gy # Enable function level linking - /GR- # Disable run time type information ) if (NOT CXX_CLANG) @@ -118,7 +117,6 @@ else() if (NOT MSVC) add_compile_options( -fwrapv - -fno-rtti # Disable RTTI -pipe ) endif()