diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-10-18 08:13:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-18 08:13:25 +0200 |
| commit | b902aa98e580c43ea5b2bb7b15d56ecc02c17856 (patch) | |
| tree | c4df0bffd0916735bbe70bd5f343c56969ce4ec6 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs | |
| parent | 5e02151318ddd431aea6d58e23948246c1446044 (diff) | |
| parent | d78559ac1192553c3bda717a00f2887943144719 (diff) | |
| download | rust-b902aa98e580c43ea5b2bb7b15d56ecc02c17856.tar.gz rust-b902aa98e580c43ea5b2bb7b15d56ecc02c17856.zip | |
Rollup merge of #89950 - infinity0:master, r=Mark-Simulacrum
bootstrap: tweak verbosity settings
Currently the verbosity settings are:
- 2: RUSTC-SHIM envvars get spammed on every invocation, O(30) lines
cargo is passed -v which outputs CLI invocations, O(5) lines
- 3: cargo is passed -vv which outputs build script output, O(0-10) lines
This commit changes it to:
- 1: cargo is passed -v, O(5) lines
- 2: cargo is passed -vv, O(10) lines
- 3: RUSTC-SHIM envvars get spammed, O(30) lines
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs')
0 files changed, 0 insertions, 0 deletions
