Skip to content

Commit 98dc118

Browse files
Reduce sccache log level.
1 parent d7798c3 commit 98dc118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/native.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pub fn llvm(build: &Build, target: &str) {
184184
configure_compilers(&mut cfg);
185185

186186
if env::var_os("SCCACHE_ERROR_LOG").is_some() {
187-
cfg.env("RUST_LOG", "sccache=info");
187+
cfg.env("RUST_LOG", "sccache=warn");
188188
}
189189

190190
// FIXME: we don't actually need to build all LLVM tools and all LLVM

0 commit comments

Comments
 (0)