summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2014-11-02 17:26:58 +0100
committerJoel Rosdahl <joel@rosdahl.net>2014-11-02 17:26:58 +0100
commitc6bd92b56f792f4bd7e2df839f75d1f1fc4e4e94 (patch)
tree1986ccbb8acdf380ef4b63e0cf79a7e5a094a2fd /MANUAL.txt
parent0c5724af62f6f0edece88d4c83bb02b54149e26a (diff)
downloadccache-c6bd92b56f792f4bd7e2df839f75d1f1fc4e4e94.tar.gz
Add "read-only direct" setting
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index a36c5050..dd0c9690 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -403,6 +403,12 @@ WRAPPERS>>.
because your ccache directory is read-only, then you need to set
*temporary_dir* as otherwise ccache will fail to create temporary files.
+*read_only_direct* (*CCACHE_READONLY_DIRECT*) [boolean]::
+
+ Just like *read_only* except that ccache will only try to retrieve results
+ from the cache using the direct mode, not the preprocessor mode. See
+ documentation for *read_only* regarding using a read-only ccache directory.
+
*reache* (*CCACHE_RECACHE*) [boolean]::
If true, ccache will not use any previously stored result. New results will