Mention --sccache in build-toolchain usage message.

This commit is contained in:
Ryan Mansfield
2025-12-04 11:06:23 -05:00
parent 223fc0895f
commit 56a90bf23f

View File

@@ -32,6 +32,9 @@ function usage() {
echo "--distcc" echo "--distcc"
echo "Build with distcc to speed up the toolchain build" echo "Build with distcc to speed up the toolchain build"
echo "" echo ""
echo "--sccache"
echo "Build with sccache to speed up the toolchain build"
echo ""
echo "--preset-file" echo "--preset-file"
echo "load build-script presets from the specified file" echo "load build-script presets from the specified file"
echo "" echo ""