Reduce sccache log level.

This commit is contained in:
Mark Simulacrum 2017-06-01 09:45:33 -06:00
parent d7798c3d17
commit 98dc118c72
1 changed files with 1 additions and 1 deletions

View File

@ -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