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).
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
- 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.