Skip to content

Commit 15e008e

Browse files
PgBielBromeon
authored andcommitted
remove changes to flags in exceptions
1 parent 650c4bd commit 15e008e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

check.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,8 @@ 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 \
186186
-C link-args=-g \
187-
-C link-args=-sPTHREAD_POOL_SIZE=4 \
188-
-C link-args=-sASSERTIONS=2 \
189187
-C link-args=-sINITIAL_MEMORY=268435456 \
190-
-C panic=unwind \
191-
-C target-feature=+atomics \
192-
-Zlink-native-libraries=no \
193-
-Cllvm-args=-enable-emscripten-cxx-exceptions=0" EM_CACHE=$(mktemp -d) run cargo +nightly test \
188+
-C target-feature=+atomics" EM_CACHE=$(mktemp -d) run cargo +nightly test \
194189
--features godot/experimental-wasm,godot/lazy-function-tables \
195190
-Zbuild-std --target wasm32-unknown-emscripten -- --nocapture
196191
}

0 commit comments

Comments
 (0)