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 d7798c3 commit 98dc118Copy full SHA for 98dc118
src/bootstrap/native.rs
@@ -184,7 +184,7 @@ pub fn llvm(build: &Build, target: &str) {
184
configure_compilers(&mut cfg);
185
186
if env::var_os("SCCACHE_ERROR_LOG").is_some() {
187
- cfg.env("RUST_LOG", "sccache=info");
+ cfg.env("RUST_LOG", "sccache=warn");
188
}
189
190
// FIXME: we don't actually need to build all LLVM tools and all LLVM
0 commit comments