We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_GLIBCXX_USE_CXX11_ABI
1 parent 6adc9e7 commit 2cf7f7dCopy full SHA for 2cf7f7d
2 files changed
cmake/platform/linux.cmake
@@ -19,3 +19,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
19
-g3 -ggdb
20
)
21
endif()
22
+
23
+set(PLATFORM_COMPILE_DEFINITIONS
24
+ ${PLATFORM_COMPILE_DEFINITIONS}
25
26
+ _GLIBCXX_USE_CXX11_ABI=0
27
+)
cmake/platform/macos.cmake
@@ -18,3 +18,10 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
18
0 commit comments