Increase ccache size

This commit is contained in:
Matthias Kuhn 2017-10-29 10:44:08 +01:00
parent ebae560a57
commit 20f2a14620

View File

@ -6,7 +6,7 @@ set -e
# Setup ccache
##############
export CCACHE_TEMPDIR=/tmp
ccache -M 500M
ccache -M 1G
# Temporarily uncomment to debug ccache issues
# export CCACHE_LOGFILE=/tmp/cache.debug