Install "ccache" binary
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:1": {}
}A compiler cache that speeds up recompilation of C/C++ code by caching the results of previous compilations. On a cache hit, it can reduce compilation time by an order of magnitude.
Installed via the system APT package manager (apt-get install ccache).
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.