]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Dec 2018 20:13:51 +0000 (21:13 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Dec 2018 20:13:51 +0000 (21:13 +0100)
doc/NEWS.adoc

index c035433cfdbe3852f3f084d4ceb3f9b4282c4086..934f05fd958989a9260336f11978e0020a898ef1 100644 (file)
@@ -23,6 +23,12 @@ Changes
 - ccache now handles several levels of nonexistent directories when rewriting
   absolute paths to relative.
 
+- A new ``sloppiness'' setting *clang_index_store* makes ccache skip the Clang
+  compiler option *-index-store-path* and its argument when computing the
+  manifest hash. This is useful if you use Xcode, which uses an index store
+  path derived from the local project path. Note that the index store won't be
+  updated correctly on cache hits if you enable this option.
+
 
 ccache 3.5
 ----------