summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcibuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cibuild.sh b/cibuild.sh
index 0c5dd4f31..fafed3be6 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -39,7 +39,7 @@ cmake --build . --parallel 3;
if [ `which ccache` ]; then
echo "Built with ccache, outputting cache stats..."
- ccache --show-stats
+ ccache --show-stats --verbose
fi
echo "Testing..."