summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 30fa6cc5..732930e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -152,6 +152,8 @@ endif()
if(NOT MSVC)
add_compile_options(-fno-rtti)
+else()
+ add_compile_options(-GR-)
endif()
if(NOT APPLE AND NOT WIN32)