We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a742bf2 commit 8ab6b54Copy full SHA for 8ab6b54
1 file changed
build_and_package.sh
@@ -103,13 +103,6 @@ if [ -n "$JOBS" ]; then
103
else
104
echo "Parallel Jobs: auto-detect"
105
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
113
if [ ${#CMAKE_OPTIONS[@]} -gt 0 ]; then
114
echo "CMake Options: ${CMAKE_OPTIONS[*]}"
115
0 commit comments