ccache version 3.7.11 has been released
Joel Rosdahl via ccache <[email protected]> Tue, 21 Jul 2020 21:05:03 +0200
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAK8D=pjomG12CCC=3mWv+LXC0y4LN=Nwpbq_4pZ3c0GE+UFJCQ@mail.gmail.com> |
ccache version 3.7.11 is now available. Release archives can be found here:
https://ccache.dev/download.html
Bug fixes:
- Added knowledge about “-fprofile-{correction,reorder-functions,values}”.
- ccache now handles the Intel compiler option “-xCODE” (where “CODE” is a
processor feature code) correctly.
- Added support for NVCC’s “-Werror” and “--Werror” options.
Other:
- ccache’s “Directory is not hashed if using -gz[=zlib]” tests are now
skipped for GCC 6.
-- Joel