mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

Add support for C++20 modules #2095

Open AJIOB opened 9 months ago

AJIOB commented 9 months ago

The ccache have the similar issue: ccache/ccache#1252

I think it will be useful for the sccache users too.