Skip to content

Use C++11 ABI on Node.js 18.x+ on Linux#7

Merged
addaleax merged 3 commits intomainfrom
node-18
Jun 20, 2022
Merged

Use C++11 ABI on Node.js 18.x+ on Linux#7
addaleax merged 3 commits intomainfrom
node-18

Conversation

@addaleax
Copy link
Copy Markdown
Owner

Fixes: #6
Refs: nodejs/node#36634

@addaleax addaleax merged commit 1e015a2 into main Jun 20, 2022
@addaleax addaleax deleted the node-18 branch June 20, 2022 12:06
// Node.js published binary compatibility
#undef _GLIBCXX_USE_CXX11_ABI
#ifdef __arm__
#if defined(__arm__) || NODE_VERSION_AT_LEAST(18, 0, 0)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node v18 support

2 participants