ccache is a compiler cache. It speeds up recompilation of C/C++ code
by caching previous compiles and detecting when the same compile is
being done again. The main focus is to handle the GNU C/C++ compiler
(GCC), but it may also work with compilers that mimic GCC good enough.
Build Time
2024-08-06 16:56:16 GMT
Size
727.15 KB
4a0f8a2e5cb0560c4957114184378c63
License
GPL-3.0-or-later AND Apache-2.0 AND BSL-1.0 AND MIT