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 63fae55 commit d6dce83Copy full SHA for d6dce83
jemalloc-sys/build.rs
@@ -147,8 +147,8 @@ fn main() {
147
}
148
let mut build = cc::Build::new();
149
if env::var("JEMALLOC_SYS_RUN_JEMALLOC_TESTS").is_err() {
150
- // Disable -Wall unless in CI.
151
- build.warnings(false);
+ // Disable -Werror unless in CI.
+ build.warnings_into_errors(false);
152
153
let compiler = build.get_compiler();
154
let cflags = compiler
0 commit comments