ZIP
WinGet
Ccache
Joel Rosdahl · 4.13.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
ccache-4.13.1-windows-x86_64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Ccache.Ccache
Version
4.13.1
Description
Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.
License
GPL-3.0
↗
Homepage
https://github.com/ccache/ccache
Installer URL
https://github.com/ccache/ccache/releases/download/v4.13.1/ccache-4.13.1-windows-x86_64.zip
Release Notes
Bug fixes and improvements
- Fixed handling of extensionless input files passed with -x assembler (regression in 4.13). [contributed by Joel Rosdahl]
- Fixed a crash when searching for a storage helper next to the ccache executable. [contributed by Joel Rosdahl]
- Fixed atime restoration when the recompressor fails to read a file. [contributed by Joel Rosdahl]
- Improved storage helper lookup order to prefer libexec directories over PATH. [contributed by Joel Rosdahl]
- Improved reliability of f…