icecream

Distribute C/C++ compilation across multiple machines to speed up builds

brewmacoslinux
Try with needOr install directly
Source

About

Distributed compiler with a central scheduler to share build load

Commands

iceccicecc-schedulericecc-monitor

Examples

speed up large C++ project compilation$ CC=icecc CXX=icecc++ make -j8
start the build scheduler daemon$ icecc-scheduler -d
check compilation job distribution across network$ icecc-monitor
compile with remote machines as build workers$ ICECC_CC_REMOTE=/usr/bin/gcc make
see current distributed build status and statistics$ icecc-monitor -s