ccache

Compiler cache for fast recompilation of C/C++ code

Install

All systems
curl cmd.cat/ccache.sh
Debian Debian
apt-get install ccache
Ubuntu
apt-get install ccache
Alpine
apk add ccache
Arch Arch Linux
pacman -S ccache
image/svg+xml Kali Linux
apt-get install ccache
Fedora
dnf install ccache
Windows (WSL2)
sudo apt-get update sudo apt-get install ccache
OS X
brew install ccache
Raspbian
apt-get install ccache
Docker
docker run cmd.cat/ccache ccache powered by Commando

ccache

Compiler cache for fast recompilation of C/C++ code

ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.