summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/sccache.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-10-22 16:59:34 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-10-25 20:07:40 +0300
commitfcb94a6a511acf186497b60aac345231a42f8f9f (patch)
tree23065435cea9f8fa9207e9c11e7b81e08c0dde28 /docs/markdown/snippets/sccache.md
parent034b3a92d97bf688be2aba5e5acfcc1e774b83e3 (diff)
downloadmeson-sccache.tar.gz
Add sccache support.sccache
Diffstat (limited to 'docs/markdown/snippets/sccache.md')
-rw-r--r--docs/markdown/snippets/sccache.md5
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 000000000..72bdf5fd7
--- /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.