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

Append to environment CXXFLAGS #475

Open
MatthewScholefield opened this issue Jan 8, 2020 · 0 comments
Open

Append to environment CXXFLAGS #475

MatthewScholefield opened this issue Jan 8, 2020 · 0 comments

Comments

@MatthewScholefield
Copy link

Since builds currently fail on newer g++ versions due to string format warnings, it'd be nice to be able to disable -Werror by including an additional -Wno-error. This could be done with override CXXFLAGS += ... and make CXXFLAGS=-Wno-error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant