Skip to content

Commit 5d4276a

Browse files
committed
remove panic_immediate_abort
1 parent ae4c229 commit 5d4276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scramjet/rewriter/wasm/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
if [ "${OPTIMIZE_FOR_SIZE:-0}" = "1" ]; then
3939
export RUSTFLAGS="${RUSTFLAGS} -C opt-level=z"
4040
fi
41-
STD_FEATURES="panic_immediate_abort"
41+
STD_FEATURES=""
4242
if [ "${OPTIMIZE_FOR_SPEED:-0}" = "0" ]; then
4343
STD_FEATURES="${STD_FEATURES},optimize_for_size"
4444
fi

0 commit comments

Comments
 (0)