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
9393of the form: `` swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz `` .
9494
9595Beyond building the toolchain, `` build-toolchain `` also supports the
96- following (non-exhaustive) set of useful options::
96+ following (non-exhaustive) set of useful options:
9797
9898- `` --dry-run `` : Perform a dry run build. This is off by default.
9999- `` --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
101101 the swift build. This is off by default.
102102- `` --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.
104104
105105More options may be added over time. Please pass `` --help `` to
106106`` build-toolchain `` to see the full set of options.
You can’t perform that action at this time.
0 commit comments