diff --git a/.ci/build-freebsd.sh b/.ci/build-freebsd.sh index 0527d16d0e..186b786223 100755 --- a/.ci/build-freebsd.sh +++ b/.ci/build-freebsd.sh @@ -1,7 +1,5 @@ #!/bin/sh -ex -ccache -s # debug - # Pull all the submodules except llvm # Note: Tried to use git submodule status, but it takes over 20 seconds # shellcheck disable=SC2046 @@ -30,4 +28,5 @@ CONFIGURE_ARGS=" cmake -B build -G Ninja $CONFIGURE_ARGS cmake --build build -ccache -s # debug +ccache --show-stats +ccache --zero-stats