diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-22 16:59:34 +0300 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-10-25 19:59:49 -0400 |
commit | 4840c86ec94b0d34a443d38ac771f1e7fe000c59 (patch) | |
tree | beb52df91153e8b67557ab30ba2fc93187bb1298 /docs/markdown/snippets | |
parent | abaa980436f53100041bd5535589bb1c42019bd6 (diff) | |
download | meson-4840c86ec94b0d34a443d38ac771f1e7fe000c59.zip meson-4840c86ec94b0d34a443d38ac771f1e7fe000c59.tar.gz meson-4840c86ec94b0d34a443d38ac771f1e7fe000c59.tar.bz2 |
Add sccache support.
Diffstat (limited to 'docs/markdown/snippets')
-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. |