ccache Support
Building can be slow, especially if you don’t have a nice ThreadRipper machine (or are running on CI machines that don’t have many cores).
ccache
support is available. ccache
is a system for C++ that can
cache your compilation output either locally or remotely (on a supported
NAS, like a FreeNAS).
A supported version of ccache
is provided in our toolchain.
You enable ccache support with:
./make.sh --enable-ccache
Note that this enables ccache permenantly. To turn it off, run:
./make.sh --disable-ccache