Merge pull request #34133 from porglezomp-misc/twist-it-bop-it-sccache-it

[build-script] Add a flag for sccache
This commit is contained in:
Mishal Shah
2020-10-05 11:16:29 -07:00
committed by GitHub
11 changed files with 67 additions and 12 deletions

View File

@@ -111,6 +111,8 @@ following (non-exhaustive) set of useful options::
- ``--test``: Test the toolchain after it has been compiled. This is off by default.
- ``--distcc``: Use distcc to speed up the build by distributing the c++ part of
the swift build. This is off by default.
- ``--sccache``: Use sccache to speed up subsequent builds of the compiler by
caching more c++ build artifacts. This is off by default.
More options may be added over time. Please pass ``--help`` to
``build-toolchain`` to see the full set of options.