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