Skip to content

Commit 95cc52d

Browse files
authored
Merge pull request #74431 from rjmansfield/build-toolchain-sccache
Mention --sccache in built-toolchain usage message.
2 parents 9ce4d1d + 56a90bf commit 95cc52d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-toolchain

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ function usage() {
3232
echo "--distcc"
3333
echo "Build with distcc to speed up the toolchain build"
3434
echo ""
35+
echo "--sccache"
36+
echo "Build with sccache to speed up the toolchain build"
37+
echo ""
3538
echo "--preset-file"
3639
echo "load build-script presets from the specified file"
3740
echo ""

0 commit comments

Comments
 (0)