diff options
Diffstat (limited to 'docs/markdown/snippets/sccache.md')
-rw-r--r-- | docs/markdown/snippets/sccache.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/sccache.md b/docs/markdown/snippets/sccache.md new file mode 100644 index 0000000..72bdf5f --- /dev/null +++ b/docs/markdown/snippets/sccache.md @@ -0,0 +1,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. |