mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Commented flag in CEF flag(-fno-rtti) which disabled dynamic cast
This commit is contained in:
parent
7a1ca4b4cf
commit
90dd1496e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user