Skip to content

Commit 72cd605

Browse files
[WASM] Use release build to reduce artifact size
1 parent 8c87d29 commit 72cd605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
tar xf icu.tar.xz
4444
4545
cd swift
46-
utils/build-script --debug --wasm --verbose \
46+
utils/build-script --release --wasm --verbose \
4747
--skip-build-benchmarks \
4848
--extra-cmake-options=" \
4949
-DSWIFT_PRIMARY_VARIANT_SDK:STRING=WASM \
@@ -89,7 +89,7 @@ jobs:
8989
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
9090
tar xf icu.tar.xz
9191
cd swift
92-
./utils/build-script --debug --wasm \
92+
./utils/build-script --release --wasm \
9393
--skip-build-benchmarks \
9494
--extra-cmake-options=" \
9595
-DSWIFT_PRIMARY_VARIANT_SDK:STRING=WASM \

0 commit comments

Comments
 (0)