We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028ca6d commit 97d43aeCopy full SHA for 97d43ae
utils/build-script-impl
@@ -125,6 +125,7 @@ KNOWN_SETTINGS=(
125
## Skip Build ...
126
skip-build "" "set to configure as usual while skipping the build step"
127
skip-build-android "" "set to skip building Swift stdlibs for Android"
128
+ skip-build-wasm "" "set to skip building Swift stdlibs for WebAssembly"
129
skip-build-benchmarks "" "set to skip building Swift Benchmark Suite"
130
skip-build-clang-tools-extra "" "set to skip building clang-tools-extra as part of llvm"
131
skip-build-compiler-rt "" "set to skip building Compiler-RT"
0 commit comments