From 90dd1496e4470fb72f2850ce4efd393ae39440d8 Mon Sep 17 00:00:00 2001 From: Pasalc Date: Sat, 6 Jan 2024 21:05:57 +0300 Subject: [PATCH] Commented flag in CEF flag(-fno-rtti) which disabled dynamic cast --- CMakeModules/cef_variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/cef_variables.cmake b/CMakeModules/cef_variables.cmake index 5b2f31e..68464c7 100644 --- a/CMakeModules/cef_variables.cmake +++ b/CMakeModules/cef_variables.cmake @@ -98,7 +98,7 @@ if(OS_LINUX) ) list(APPEND CEF_CXX_COMPILER_FLAGS # -fno-exceptions # Disable exceptions - -fno-rtti # Disable real-time type information + # -fno-rtti # Disable real-time type information -fno-threadsafe-statics # Don't generate thread-safe statics -fvisibility-inlines-hidden # Give hidden visibility to inlined class member functions -std=c++17 # Use the C++17 language standard