diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-07-20 06:03:04 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-07-20 19:17:31 +0200 |
commit | 89c7554d4a9f9b4c83a91b43575db9aa5d3964a4 (patch) | |
tree | bcd78bd93f6edcf0017d588326539495e1aff9b6 /tools/util.py | |
parent | 21c4b8a42de0cdc32a1e93dfb175a0cd5588d8e7 (diff) |
Suppress misleading rustc warning when running gn gen
rustc prints the warning:
`-C save-temps` might not produce all requested temporary
products when incremental compilation is enabled.
However, incremental compilation isn't even enabled.
A look at the Rust source code confirms that this warning is indeed
printed unconditionally when the `-C save-temps` flag is specified:
https://github.com/rust-lang/rust/blob/5f2b325f64ed6caa7179f3e04913db437656ec7e/src/librustc/session/config.rs#L1015-L1018
Diffstat (limited to 'tools/util.py')
0 files changed, 0 insertions, 0 deletions