From 4840c86ec94b0d34a443d38ac771f1e7fe000c59 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 22 Oct 2021 16:59:34 +0300 Subject: Add sccache support. --- docs/markdown/snippets/sccache.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/sccache.md (limited to 'docs') 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. -- cgit v1.1