Loading src/init-ccache.sh +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ if [ "$USE_CCACHE" = 1 ]; then # Recompress the cache ccache --recompress 6 # Delete not recently used files ccache --evict-older-than 30d ccache -c # Reset stats ccache -z Loading Loading
src/init-ccache.sh +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ if [ "$USE_CCACHE" = 1 ]; then # Recompress the cache ccache --recompress 6 # Delete not recently used files ccache --evict-older-than 30d ccache -c # Reset stats ccache -z Loading