From: Joel Rosdahl Date: Mon, 10 Oct 2022 18:26:51 +0000 (+0200) Subject: chore: Tweak README X-Git-Tag: v4.7~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7d6a794bc1b7ced46f860cd5ea8dadfc9126c0;p=thirdparty%2Fccache.git chore: Tweak README --- diff --git a/README.md b/README.md index 9df170ea4..efe46864e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ccache – a fast compiler cache [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5057/badge)](https://bestpractices.coreinfrastructure.org/projects/5057) [![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache) -Ccache (or “ccache”) is a compiler cache. It [speeds up +Ccache is a compiler cache. It [speeds up recompilation](https://ccache.dev/performance.html) by caching previous compilations and detecting when the same compilation is being done again.