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

Option to control -Werror in makefiles #28599

Closed
brson opened this Issue Sep 23, 2015 · 3 comments

Comments

Projects
None yet
3 participants
@brson
Copy link
Contributor

brson commented Sep 23, 2015

The existing build rules hardcode -Werror flags to gcc.

@jauhien mentioned that Gentoo e.g. might want to control this.

@brson brson added the A-build label Sep 23, 2015

@brson

This comment has been minimized.

Copy link
Contributor Author

brson commented Sep 23, 2015

I'm not sure off hand the best way to make this configurable.

@dylanmckay

This comment has been minimized.

Copy link
Contributor

dylanmckay commented Oct 27, 2015

What do you think about a --disable-werror option to rust/configure?

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Feb 11, 2017

Make's gone now, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.