blob: 72bdf5fd7e737fea1848181aaaf6835b0d0030f0 (
plain)
1
2
3
4
5
|
## Added support for sccache
Meson now supports [sccache](https://github.com/mozilla/sccache) just
like it has supported CCache. If both sccache and CCache are
available, the autodetection logic prefers sccache.
|