We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119574f commit ae1ee6eCopy full SHA for ae1ee6e
compiler/rustc_llvm/build.rs
@@ -167,6 +167,7 @@ fn main() {
167
let cxxflags = output(&mut cmd);
168
let mut cfg = cc::Build::new();
169
cfg.warnings(false);
170
+ cfg.warnings_into_errors(true);
171
for flag in cxxflags.split_whitespace() {
172
// Ignore flags like `-m64` when we're doing a cross build
173
if is_crossed && flag.starts_with("-m") {
0 commit comments