]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Mention that sloppiness values can be whitespace-separated
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 20 Oct 2025 16:28:11 +0000 (18:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 22 Oct 2025 19:24:42 +0000 (21:24 +0200)
doc/manual.adoc

index 30c4c971a259e179f394cbd68a489c6db2c6ea1e..c75d86efd900d5f959f97123b4ab4d44aa72af73 100644 (file)
@@ -1010,10 +1010,9 @@ NOTE: In previous ccache versions this option was called *secondary_storage*
 
     By default, ccache tries to give as few false cache hits as possible.
     However, in certain situations it's possible that you know things that
-    ccache can't take for granted. This option makes it possible to tell
-    ccache to relax some checks in order to increase the hit rate. The value
-    should be a comma-separated string with one or several of the following
-    values:
+    ccache can't take for granted. This option makes it possible to tell ccache
+    to relax some checks in order to increase the hit rate. Available values
+    (separated by whitespace or comma):
 +
 --
 *clang_index_store*::