From 3a2f970842417ea605d24b07af652be91c7eff31 Mon Sep 17 00:00:00 2001 From: Philipp Gortan Date: Tue, 15 Feb 2022 20:41:24 +0100 Subject: [PATCH] docs: Add documentation that compiler plugins are hashed too (#1006) --- doc/MANUAL.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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*:: -- 2.47.2