diff --git a/compile.bash b/compile.bash index b1e05bd..753647c 100755 --- a/compile.bash +++ b/compile.bash @@ -2,6 +2,7 @@ set -exo pipefail export PATH="/usr/lib/ccache:$PATH" +ccache -z mkdir icinga2-bin mkdir build @@ -19,3 +20,5 @@ make install "DESTDIR=$(pwd)/../icinga2-bin" cd .. rm icinga2-bin/etc/icinga2/features-enabled/mainlog.conf + +ccache -s