Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update minimum g++ version to 4.9.4 #13466

Closed
wants to merge 2 commits into from

Commits on Jun 15, 2017

  1. doc: update minimum g++ version to 4.9.4

    The 4.8.x releases don't fully support C++11.  Update the prerequisites
    for node.js 8 so that we won't have to work around compiler bugs in the
    future.
    
    To be decided if we should also update the minimum clang version.
    I believe clang 3.4.2 properly supports C++11 but am not 100% sure.
    
    Refs: nodejs#11840
    bnoordhuis committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    e263e2a View commit details
    Browse the repository at this point in the history
  2. squash! add CLT note

    bnoordhuis committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    6ab0f75 View commit details
    Browse the repository at this point in the history