summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f9a2a82..a52542d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -155,9 +155,9 @@ if(NOT APPLE AND NOT WIN32)
endif()
if(MSVC)
- #add_compile_options(-GR-)
+ add_compile_options(-GR-)
else()
- #add_compile_options(-fno-rtti)
+ add_compile_options(-fno-rtti)
endif()
fm_run_hook(fm-userconfig-src)