gccontrol
Compilation controller
Install
- All systems
-
curl cmd.cat/gccontrol.sh
- Debian
-
apt-get install ccontrol
- Ubuntu
-
apt-get install ccontrol
- Kali Linux
-
apt-get install ccontrol
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ccontrol
- Raspbian
-
apt-get install ccontrol
- Dockerfile
- dockerfile.run/gccontrol
ccontrol
Compilation controller
The ccontrol program takes over the roles of the compiler, linker and make, and reads a configuration file to decide what to do before invoking them. This is particularly useful for centralized control over commands and options, such as enabling distcc and ccache. It is also great for controlling parallelism and which compiler versions to use, based on the directory and make targets.