From 56a90bf23ff27668c1fd63f568e61dafe77a449f Mon Sep 17 00:00:00 2001 From: Ryan Mansfield Date: Thu, 4 Dec 2025 11:06:23 -0500 Subject: [PATCH] Mention --sccache in build-toolchain usage message. --- utils/build-toolchain | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/build-toolchain b/utils/build-toolchain index 214ae7876c2..74df30e50fd 100755 --- a/utils/build-toolchain +++ b/utils/build-toolchain @@ -32,6 +32,9 @@ function usage() { echo "--distcc" echo "Build with distcc to speed up the toolchain build" echo "" + echo "--sccache" + echo "Build with sccache to speed up the toolchain build" + echo "" echo "--preset-file" echo "load build-script presets from the specified file" echo ""