From: Joel Rosdahl Date: Thu, 14 Jan 2016 21:00:13 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.3~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91de3ebd803e30f1bb6c3d29b7ff9875e8dfc22;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 3c26ac186..7a5b78252 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -15,6 +15,10 @@ New features and improvements - Multiple identical `-arch` arguments are now handled without bailing. +- Added new `prefix_command_cpp` (`CCACHE_PREFIX_CPP`) configuration option + which specifies one or several prefixes to add to the command line ccache + uses when invoking the preprocessor. + Bug fixes ~~~~~~~~~