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 840b2371..736d992d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -154,11 +154,13 @@ if(NOT APPLE AND NOT WIN32)
add_compile_options(-fno-plt)
endif()
+if(FALSE)
if(MSVC)
add_compile_options(-GR-)
else()
add_compile_options(-fno-rtti)
endif()
+endif()
fm_run_hook(fm-userconfig-src)