File tree 1 file changed +3
-3
lines changed
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.
18
18
aren't doing so already.
19
19
- Use ` build-script ` 's various ` --skip-* ` flags to skip configuring for
20
20
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
24
24
toolchain itself, they are not so useful if you are working only on changes
25
25
to the build system.
26
26
You can’t perform that action at this time.
0 commit comments