From f1d381568f7743598c465612811eba96e09c3747 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 2 Oct 2018 20:26:13 +0200 Subject: [PATCH] Update NEWS --- doc/NEWS.adoc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 793b357b1..01f34937b 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -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. -- 2.47.2