]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 1 Mar 2018 20:02:16 +0000 (21:02 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 1 Mar 2018 20:02:16 +0000 (21:02 +0100)
doc/NEWS.txt

index 162417a73c82200968727b305698ece4b675fc3c..4bb9d5395c735f3ff06fe1cce716995ba1fe824e 100644 (file)
@@ -11,6 +11,11 @@ New features and enhancements
 - Renamed `CCACHE_CC` to `CCACHE_COMPILER` (keeping the former as a deprecated
   alias).
 
+- It is now possible to let ccache hash a precomputed checksum file instead of
+  the full content of a precompiled header. This can save time for large
+  precompiled headers. Note that the build system needs to keep the checksum
+  file in sync with the precompiled header for this to work.
+
 
 ccache 3.4.2
 ------------