Reduce sccache log level.
This commit is contained in:
parent
d7798c3d17
commit
98dc118c72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue