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 @@ -18,9 +18,9 @@ The general idea is to build as little as you can.
1818 aren't doing so already.
1919- Use ` build-script ` 's various ` --skip-* ` flags to skip configuring for
2020 platforms that you do not care about.
21- - If you're on macOS, use ` --swift-darwin-supported-archs="x86_64 " ` .
22- - Use a release build without assertions (` --release --no-assertions ` ).
23- While debuginfo and assertions are valuable to enable when working on the
21+ - If you're on macOS, use ` --swift-darwin-supported-archs "$(uname -m) " ` .
22+ - Build the release variant without assertions (` --release --no-assertions ` ).
23+ While debug info and assertions are valuable to enable when working on the
2424 toolchain itself, they are not so useful if you are working only on changes
2525 to the build system.
2626
You can’t perform that action at this time.
0 commit comments