diff options
| author | bors <bors@rust-lang.org> | 2017-04-12 00:45:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-04-12 00:45:49 +0000 |
| commit | da32752d92589e99feab80921b9eecb6090cf310 (patch) | |
| tree | 9832f02c18cd5bb0ad0b33607ea46912e4974b50 /src/bootstrap | |
| parent | f8107c0d7ce4f39364fc96d0eeb6a23673491f81 (diff) | |
| parent | 72538dee4dbfe28882ae5ff37d4ae0cdafe758d5 (diff) | |
| download | rust-da32752d92589e99feab80921b9eecb6090cf310.tar.gz rust-da32752d92589e99feab80921b9eecb6090cf310.zip | |
Auto merge of #41237 - frewsxcv:rollup, r=frewsxcv
Rollup of 8 pull requests - Successful merges: #40377, #40559, #41173, #41202, #41204, #41209, #41216, #41231 - Failed merges:
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/native.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index 62eed8be3cc..726e94e49a1 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -147,7 +147,7 @@ pub fn llvm(build: &Build, target: &str) { } if env::var_os("SCCACHE_ERROR_LOG").is_some() { - cfg.env("RUST_LOG", "sccache=debug"); + cfg.env("RUST_LOG", "sccache=info"); } // FIXME: we don't actually need to build all LLVM tools and all LLVM |
