You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bcoe
changed the title
building against latest version of v8 requires
building against latest version of v8 requires C++14
Nov 16, 2017
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.
The text was updated successfully, but these errors were encountered: