Build artefacts aren't cached?
Build artefacts aren't cached?
Posted Oct 29, 2024 13:10 UTC (Tue) by intelfx (subscriber, #130118)In reply to: Build artefacts aren't cached? by mathstuf
Parent article: The performance of the Rust compiler
> For that, `sccache` works fairly well. It only does source -> object caching
sccache works on crate level, not source file level. That’s exactly the opposite of what GP wanted (and it’s far from perfect, at that).