ccache
Compiler cache for fast recompilation of C/C++ code
Install
- All systems
-
curl cmd.cat/ccache.sh
- Debian
-
apt-get install ccache
- Ubuntu
-
apt-get install ccache
- Alpine
-
apk add ccache
- Arch Linux
-
pacman -S ccache
- 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
- Dockerfile
- dockerfile.run/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++.