summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-10-02 20:26:13 +0200
committerJoel Rosdahl <joel@rosdahl.net>2018-10-02 20:28:33 +0200
commitf1d381568f7743598c465612811eba96e09c3747 (patch)
tree698734646045fce5a9365099f7e59cf5cc57c6d9
parente3dbefeb2e675f014f29fdc94da34e56454c56c7 (diff)
downloadccache-f1d381568f7743598c465612811eba96e09c3747.tar.gz
Update NEWS
-rw-r--r--doc/NEWS.adoc14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index 793b357b..01f34937 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.