From 09859af405dfce96753c5aad6a713f3f3f463466 Mon Sep 17 00:00:00 2001 From: Mat Date: Mon, 13 May 2024 00:14:53 +0300 Subject: cibuild.sh: enable verbose ccache output --- cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- cgit v1.2.3