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

Renamed CPP to CXX in Makefiles #1052

Merged
merged 1 commit into from Jun 16, 2017

Commits on Jun 16, 2017

  1. Renamed CPP to CXX in Makefiles

    Renamed all variables in Makefiles that have 'CPP' in the name to 'CXX':
    
    "CFLAGS enables the addition of switches for the C compiler, while
    CXXFLAGS is meant to be used when invoking a C++ compiler. Similarly, a
    variable CPPFLAGS exists with switches to be passed to the C or C++
    preprocessor." (https://en.wikipedia.org/wiki/CFLAGS)
    
    This change facilitates the building with customized CXXFLAGS (rpmbuild
    exports a customized CXXFLAGS with hardening flags).
    caringi committed Jun 16, 2017
    Copy the full SHA
    2385d17 View commit details
    Browse the repository at this point in the history