Skip to content

Commit 56a90bf

Browse files
committed
Mention --sccache in build-toolchain usage message.
1 parent 223fc08 commit 56a90bf

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)