Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

ccache.dev (ccache.dev)

Install "ccache" binary

Example Usage

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:1": {}
}

ccache

Project

Description

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.

Installation Method

Installed via the system APT package manager (apt-get install ccache).

Other Notes

No additional notes.


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.