Merge pull request #10586

1f848bf cmake: add support for sccache (jpk68)
This commit is contained in:
tobtoht
2026-05-25 20:14:14 +00:00
6 changed files with 23 additions and 75 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ mkdir -p "$DISTSRC"
esac
# Turn off unused default options
CMAKEFLAGS+=" -DUSE_CCACHE=OFF -DBUILD_DOCUMENTATION=OFF"
CMAKEFLAGS+=" -DUSE_COMPILER_CACHE=OFF -DBUILD_DOCUMENTATION=OFF"
# Configure this DISTSRC for $HOST
# shellcheck disable=SC2086