C
C
ccache
2 likes
ccache is a tool to help speed up recompiles of source code. It hashes previous compiles and if it sees the same file being built again with the same arguments it will reuse the previous results.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Linux

