From: Joel Rosdahl Date: Sat, 18 Aug 2018 20:36:32 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.5~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105f611f9378d14b6e4f690b011bb1c0a6b6d039;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index ed89a0879..047c51e2c 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -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.