From 577445e28b83f5b7aa7ae8fe4853b1e6a5b0e4d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 16 Nov 2022 15:11:22 +0100 Subject: cmake: reenable rtti --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3