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

use the CXX variable #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 10, 2022

  1. use the CXX variable

    The C++ compiler is stored in $CXX, while $CC is for the C compiler.
    The Makefile should not overwrite $CC to set an arbitrary C++ compiler, and instead directly use $CXX.
    NicolaSmaniotto committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    24505ee View commit details
    Browse the repository at this point in the history