Skip to content

Commit 8ab6b54

Browse files
committed
fix
1 parent a742bf2 commit 8ab6b54

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

build_and_package.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ if [ -n "$JOBS" ]; then
103103
else
104104
echo "Parallel Jobs: auto-detect"
105105
fi
106-
if command -v ccache &> /dev/null; then
107-
echo "ccache: $(ccache --version | head -1)"
108-
echo "ccache stats before build:"
109-
ccache -s | head -5
110-
else
111-
echo "ccache: not found (install ccache to accelerate repeated builds)"
112-
fi
113106
if [ ${#CMAKE_OPTIONS[@]} -gt 0 ]; then
114107
echo "CMake Options: ${CMAKE_OPTIONS[*]}"
115108
else

0 commit comments

Comments
 (0)