From: Philipp Gortan Date: Tue, 15 Feb 2022 19:41:24 +0000 (+0100) Subject: docs: Add documentation that compiler plugins are hashed too (#1006) X-Git-Tag: v4.6~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a2f970842417ea605d24b07af652be91c7eff31;p=thirdparty%2Fccache.git docs: Add documentation that compiler plugins are hashed too (#1006) --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 91125685b..5983b7468 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -437,8 +437,9 @@ invocation you can use the `-d`/`--dir` command line option instead. By default, ccache includes the modification time ("`mtime`") and size of the compiler in the hash to ensure that results retrieved from the cache - are accurate. This option can be used to select another strategy. Possible - values are: + are accurate. If compiler plugins are used, these plugins will also be + added to the hash. This option can be used to select another strategy. + Possible values are: + -- *content*::