]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Jan 2018 21:02:25 +0000 (22:02 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Jan 2018 21:02:25 +0000 (22:02 +0100)
NEWS.txt

index 1fc0e8b4b6b35ba86597afdef59e9bddcab4d979..c43ed40693fac390e847d175b94e658eb92d57ca 100644 (file)
--- 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
 ------------