Skip to content

Commit b182f23

Browse files
authored
Recommend --sccache for Wasm Swift SDK builds
1 parent 223fc08 commit b182f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WebAssembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The [Swift SDK](https://github.com/swiftlang/swift-evolution/blob/main/proposals
2222
for WebAssembly is built and tested using the following command:
2323

2424
```bash
25-
./utils/build-script --build-wasm-stdlib --wasmkit --install-llvm --install-swift --swiftpm --install-swiftpm \
25+
./utils/build-script --sccache --build-wasm-stdlib --wasmkit --install-llvm --install-swift --swiftpm --install-swiftpm \
2626
--libcxx --install-libcxx --llbuild --install-llbuild --swift-testing --install-swift-testing \
2727
--swift-testing-macros --install-swift-testing-macros --build-embedded-stdlib --build-embedded-stdlib-cross-compiling \
2828
'--llvm-install-components=llvm-ar;llvm-nm;llvm-ranlib;llvm-cov;llvm-profdata;llvm-objdump;llvm-objcopy;llvm-symbolizer;IndexStore;clang;clang-resource-headers;builtins;runtimes;clangd;libclang;dsymutil;LTO;clang-features-file;lld'

0 commit comments

Comments
 (0)