From: Joel Rosdahl Date: Sat, 27 Jan 2018 21:02:25 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.4~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a69b04af36dcc035b9434885681bae15bacdc8e;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 1fc0e8b4b..c43ed4069 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -19,6 +19,9 @@ New features and improvements - The optional unifier is no longer disabled when the direct mode is enabled. +- Added support for nvcc compiler options `--compiler-bindir/-ccbin`, + `--output-directory/-odir` and `--libdevice-directory/-ldir`. + Bug fixes ~~~~~~~~~ @@ -26,6 +29,10 @@ Bug fixes - File size and number counters are now updated correctly when files are overwritten in the cache, e.g. when using `CCACHE_RECACHE`. +- Force run_second_cpp for nvcc. + +- Fixed how the nvcc options `-optf` and `-odir` are handled. + ccache 3.3.5 ------------