Example command from CakesTwix: ```bash export USE_CCACHE=1 && export CCACHE_DIR=/home/user/.ccache && export CCACHE_MAXSIZE=50G && ccache -M $CCACHE_MAXSIZE ```
Example command from CakesTwix: