Skip to content

Commit f91c6e0

Browse files
PgBielBromeon
authored andcommitted
reorder flags
1 parent 15e008e commit f91c6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ function cmd_itest() {
183183
function cmd_testweb() {
184184
# For the flag: https://github.com/rust-lang/cargo/issues/7471
185185
CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_RUNNER=node RUSTFLAGS="-C link-args=-pthread \
186+
-C target-feature=+atomics \
186187
-C link-args=-g \
187-
-C link-args=-sINITIAL_MEMORY=268435456 \
188-
-C target-feature=+atomics" EM_CACHE=$(mktemp -d) run cargo +nightly test \
188+
-C link-args=-sINITIAL_MEMORY=268435456" EM_CACHE=$(mktemp -d) run cargo +nightly test \
189189
--features godot/experimental-wasm,godot/lazy-function-tables \
190190
-Zbuild-std --target wasm32-unknown-emscripten -- --nocapture
191191
}

0 commit comments

Comments
 (0)