File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ will be created in the directory you run the script with a filename
93
93
of the form: `` swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz `` .
94
94
95
95
Beyond building the toolchain, `` build-toolchain `` also supports the
96
- following (non-exhaustive) set of useful options::
96
+ following (non-exhaustive) set of useful options:
97
97
98
98
- `` --dry-run `` : Perform a dry run build. This is off by default.
99
99
- `` --test `` : Test the toolchain after it has been compiled. This is off by default.
100
- - `` --distcc `` : Use distcc to speed up the build by distributing the c ++ part of
100
+ - `` --distcc `` : Use distcc to speed up the build by distributing the C ++ part of
101
101
the swift build. This is off by default.
102
102
- `` --sccache `` : Use sccache to speed up subsequent builds of the compiler by
103
- caching more c ++ build artifacts. This is off by default.
103
+ caching more C ++ build artifacts. This is off by default.
104
104
105
105
More options may be added over time. Please pass `` --help `` to
106
106
`` build-toolchain `` to see the full set of options.
You can’t perform that action at this time.
0 commit comments