Install "distcc" binary
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/distcc.org:1": {}
}A distributed C/C++ compiler that speeds up compilation by distributing build jobs across multiple machines on a network. distcc runs on the local machine alongside a regular compiler, offloading compilation to remote machines running the distccd daemon.
Installed via the system APT package manager (apt-get install distcc).
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.