From 965f0453f109505dd053643fb8a757b5b33a646e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 14 Dec 2022 20:52:08 +0100 Subject: doc: Add note that "stats = false" will disable automatic cleanup --- doc/MANUAL.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 6b2b732c..4d3aab8b 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -1042,8 +1042,8 @@ See the discussion under _<>_ for more information. [#config_stats] *stats* (*CCACHE_STATS* or *CCACHE_NOSTATS*, see _<>_ above):: - If true, ccache will update the statistics counters on each compilation. - The default is true. + If true, ccache will update the statistics counters on each compilation. The + default is true. If false, _<>_ will be disabled as well. [#config_stats_log] *stats_log* (*CCACHE_STATSLOG*):: -- cgit v1.2.1