From 6beed164f18c49fa6d782e84b5246a98b7e5bf48 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 23 Jul 2020 13:18:13 +0200 Subject: [PATCH] Show ccache stats --- compile.bash | 3 +++ 1 file changed, 3 insertions(+) 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