1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/build_extra
Bert Belder 89c7554d4a
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:
5f2b325f64/src/librustc/session/config.rs (L1015-L1018)
2018-07-20 19:17:31 +02:00
..
flatbuffers Clean up tools/ 2018-07-08 13:40:18 -04:00
rust Suppress misleading rustc warning when running gn gen 2018-07-20 19:17:31 +02:00
deno.gni Clean up tools/ 2018-07-08 13:40:18 -04:00