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

configure: use gcc and g++ as CC and CXX defaults #1174

Merged
merged 1 commit into from
Mar 17, 2015

Commits on Mar 17, 2015

  1. configure: use gcc and g++ as CC and CXX defaults

    It matches what GYP's Makefile generator does and it should improve
    compiler detection because cc and c++ are not always gcc and g++.
    
    Fixes: nodejs#1173
    PR-URL: nodejs#1174
    Reviewed-By: Johan Bergström <[email protected]>
    bnoordhuis committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    8b2363d View commit details
    Browse the repository at this point in the history