recc

Compiler wrapper enabling remote execution and caching for faster builds

brewmacoslinux
Try with needOr install directly
Source

About

Remote Execution Caching Compiler

Commands

recc

Examples

Wrap a C++ compilation command for remote execution and caching$ recc g++ -c source.cpp -o source.o
Use recc as a drop-in replacement in build systems via compiler wrapper$ CC=recc CXX=recc make
Enable verbose output to see caching and remote execution details$ recc --verbose gcc -Wall -O2 program.c -o program