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 c9ce328Copy full SHA for c9ce328
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,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
18
0 commit comments