Skip to content

building against latest version of v8 requires C++14 #17065

@bcoe

Description

@bcoe
  • 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

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions