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 77f77a6 commit 0c2fb12Copy full SHA for 0c2fb12
1 file changed
test/default/wasi-test-wrapper.sh
@@ -6,7 +6,7 @@ unset LDFLAGS
6
unset CFLAGS
7
8
if command -v wasm-opt >/dev/null; then
9
- wasm-opt -O4 -o "${1}.tmp" "$1" && mv -f "${1}.tmp" "$1"
+ wasm-opt -O4 --strip-debug -o "${1}.tmp" "$1" && mv -f "${1}.tmp" "$1"
10
fi
11
12
if [ -z "$WASI_RUNTIME" ] || [ "$WASI_RUNTIME" = "wavm" ]; then
0 commit comments