mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
89c7554d4a
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:
|
||
---|---|---|
.. | ||
flatbuffers | ||
rust | ||
deno.gni |