]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 18 Aug 2018 20:36:32 +0000 (22:36 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 18 Aug 2018 20:36:32 +0000 (22:36 +0200)
doc/NEWS.adoc

index ed89a087979b80f2ec73579307a76c3911acaf43..047c51e2cc2339d10db3ba57070b149e46936c97 100644 (file)
@@ -16,6 +16,9 @@ Changes
   precompiled headers. Note that the build system needs to keep the checksum
   file in sync with the precompiled header for this to work.
 
+- Improved performance substantially when using `hash_dir = false` on platforms
+  like macOS where `getcwd()` is slow.
+
 - Added ``stats updated'' timestamp in `ccache -s` output. This can be useful
   if you wonder whether ccache actually was used for your last build.