ccache version 3.7.12 has been released
Joel Rosdahl via ccache <[email protected]> Thu, 1 Oct 2020 14:44:36 +0200
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAK8D=pjRk3KscrjrKdceUeo0gcUNTbtdA+=s9ZpOxTiQ_Q_9AQ@mail.gmail.com> |
ccache version 3.7.12 is now available. Release archives can be found here:
https://ccache.dev/download.html
Bug fixes:
- Coverage files (“.gcno”) produced by GCC 9+ when using “-fprofile-dir=dir”
are now handled gracefully by falling back to running the compiler.
- Fixed writing to a log file larger than 2 GiB when running ccache
compiled in
32-bit mode.
Other:
- Improved documentation about sharing a cache on NFS.
- Fixed test case failures with old objdump versions.
- Fixed test case failures with GCC 4.4.
Contributors (in alphabetical order) to this release:
- Deepak Yadav
- Joel Rosdahl
Thanks!
-- Joel