diff options
author | Mat <mail@mathias.is> | 2024-05-12 23:14:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-12 23:14:53 +0200 |
commit | 09859af405dfce96753c5aad6a713f3f3f463466 (patch) | |
tree | f950615e8d4ddfa7199879f2d90f2fa56d838ddb | |
parent | Added extra possible Info.lua parameter that describes the dependencies (#5554) (diff) | |
download | cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.gz cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.bz2 cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.lz cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.xz cuberite-09859af405dfce96753c5aad6a713f3f3f463466.tar.zst cuberite-09859af405dfce96753c5aad6a713f3f3f463466.zip |
-rwxr-xr-x | cibuild.sh | 2 |
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..." |