-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
- Version: N/A
- Platform: OSX
- Subsystem: N/A
I gather that, due to this change:
https://chromium-review.googlesource.com/c/v8/v8/+/728026/10/src/x64/assembler-x64.h
Building Node.js against newer versions of V8 now requires C++14. Took me a little while to figure out that on OSX I need to set CXXFLAGS="-std=c++1y"
.
tldr; I think the build configuration might need to be updated a bit, and I thought it would be worth tracking in an issue.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.