]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Oct 2018 18:26:13 +0000 (20:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Oct 2018 18:28:33 +0000 (20:28 +0200)
doc/NEWS.adoc

index 793b357b141d37db651e76c34f90d8fd33fe1b94..01f34937bcf7445e33450752dfa7df8f34e268c6 100644 (file)
@@ -8,6 +8,10 @@ Release date: unknown
 Changes
 ~~~~~~~
 
+- Added a boolean `debug` (`CCACHE_DEBUG`) configuration option. When enabled,
+  ccache will create per-object debug files that are helpful e.g. when
+  debugging unexpected cache misses.
+
 - Renamed `CCACHE_CC` to `CCACHE_COMPILER` (keeping the former as a deprecated
   alias).
 
@@ -33,12 +37,12 @@ Changes
   running `make install` in the source repository.
 
 - If the compiler type can't be detected (e.g. if it is named *cc*), use safer
-  defaults that won't trip up clang.
+  defaults that won't trip up Clang.
 
 - Made the ccache test suite work on FreeBSD.
 
-- Added `file_stat_matches_ctime`option to disable ctime check if
-  file_stat_matches is enabled.
+- Added `file_stat_matches_ctime` option to disable ctime check if
+  `file_stat_matches` is enabled.
 
 
 ccache 3.4.3
@@ -51,11 +55,11 @@ Bug fixes
 - Fixed a race condition when creating the initial config file in the cache
   directory.
 
-- Bail out on too hard clang option `-MJ`.
+- Bail out on too hard Clang option `-MJ`.
 
 - Bail out on too hard option `-save-temps=obj`.
 
-- Handle separate parameter to clang option `-target` correctly.
+- Handle separate parameter to Clang option `-target` correctly.
 
 - Upgraded bundled zlib to version 1.2.11.