diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2010-05-17 22:29:42 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2010-05-17 22:29:42 +0200 |
commit | eb5d9bd3beb546b968f81875ee858c4a9eb1c86a (patch) | |
tree | b379b759c9ca3b55de49730028017f11bc046899 /NEWS.txt | |
parent | ba303352bbc42d68d46346bd53017c0403d442a3 (diff) | |
download | ccache-eb5d9bd3beb546b968f81875ee858c4a9eb1c86a.tar.gz |
Add some opt-in sloppiness
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ New features and improvements - Messages printed to the debug log (specified by `CCACHE_LOGFILE`) have been improved. + - You can relax some checks that ccache does in direct mode by setting + `CCACHE_SLOPPINESS`. See the manual for more information. + - `CCACHE_TEMPDIR` no longer needs to be on the same filesystem as `CCACHE_DIR`. |