Skip to content

Commit

Permalink
Reduce sccache log level.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jun 2, 2017
1 parent d7798c3 commit 98dc118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/native.rs
Expand Up @@ -184,7 +184,7 @@ pub fn llvm(build: &Build, target: &str) {
configure_compilers(&mut cfg);

if env::var_os("SCCACHE_ERROR_LOG").is_some() {
cfg.env("RUST_LOG", "sccache=info");
cfg.env("RUST_LOG", "sccache=warn");
}

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

0 comments on commit 98dc118

Please sign in to comment.