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 8c87d29 commit 72cd605Copy full SHA for 72cd605
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
tar xf icu.tar.xz
44
45
cd swift
46
- utils/build-script --debug --wasm --verbose \
+ utils/build-script --release --wasm --verbose \
47
--skip-build-benchmarks \
48
--extra-cmake-options=" \
49
-DSWIFT_PRIMARY_VARIANT_SDK:STRING=WASM \
@@ -89,7 +89,7 @@ jobs:
89
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
90
91
92
- ./utils/build-script --debug --wasm \
+ ./utils/build-script --release --wasm \
93
94
95
0 commit comments