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 d227274 commit bff2832Copy full SHA for bff2832
src/binding.cc
@@ -1,6 +1,8 @@
1
+#include "node_version.h"
2
+
3
// Node.js published binary compatibility
4
#undef _GLIBCXX_USE_CXX11_ABI
-#ifdef __arm__
5
+#if defined(__arm__) || NODE_VERSION_AT_LEAST(18, 0, 0)
6
#define _GLIBCXX_USE_CXX11_ABI 1
7
#else
8
#define _GLIBCXX_USE_CXX11_ABI 0
0 commit comments