We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deae887 commit c954e30Copy full SHA for c954e30
CMakeLists.txt
@@ -106,7 +106,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
106
list(APPEND SDK_COMPILER_FLAGS "/GR-")
107
endif()
108
elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
109
- list(APPEND SDK_COMPILER_FLAGS "-fno-exceptions" "-fPIC" "-fno-rtti")
+ list(APPEND SDK_COMPILER_FLAGS "-fno-exceptions" "-fPIC")
110
if (NOT ENABLE_RTTI)
111
list(APPEND SDK_COMPILER_FLAGS "-fno-rtti")
112
0 commit comments