- Added support for GCC's `-ffile-prefix-map` option. The `-fmacro-prefix-map`
option is now also skipped from the hash.
-- Added support for multiple `-fsanitize-blacklist` arguments, thus preventing
- ccache from
+- Added support for multiple `-fsanitize-blacklist` arguments.
- ccache now includes the environment variables `LANG`, `LC_ALL`, `LC_CTYPE`
and `LC_MESSAGES` in the hash since they may affect localization of compiler
This makes it possible to rebuild with `CCACHE_CPP2` set without having to
clear the cache to get new results.
-- Don't try to reset a non-existing stats file. This avoids ``No such file or
+- Don't try to reset a nonexistent stats file. This avoids ``No such file or
directory'' messages in the ccache log when the cache directory doesn't
exist.
This makes it possible to rebuild with `CCACHE_CPP2` set without having to
clear the cache to get new results.
-- Don't try to reset a non-existing stats file. This avoids ``No such file or
+- Don't try to reset a nonexistent stats file. This avoids ``No such file or
directory'' messages in the ccache log when the cache directory doesn't
exist.