Commented CEF compiler flags for MacOS

This commit is contained in:
Pasalc 2024-01-06 21:09:58 +03:00
parent 90dd1496e4
commit 9a7b68b088

View File

@ -267,8 +267,8 @@ if(OS_MAC)
-std=c99 # Use the C99 language standard -std=c99 # Use the C99 language standard
) )
list(APPEND CEF_CXX_COMPILER_FLAGS list(APPEND CEF_CXX_COMPILER_FLAGS
-fno-exceptions # Disable exceptions # -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 -fno-threadsafe-statics # Don't generate thread-safe statics
-fobjc-call-cxx-cdtors # Call the constructor/destructor of C++ instance variables in ObjC objects -fobjc-call-cxx-cdtors # Call the constructor/destructor of C++ instance variables in ObjC objects
-fvisibility-inlines-hidden # Give hidden visibility to inlined class member functions -fvisibility-inlines-hidden # Give hidden visibility to inlined class member functions