1
0
mirror of https://github.com/fluencelabs/wasm-utils synced 2025-04-01 02:41:02 +00:00
2017-05-10 14:28:56 +03:00

4 lines
122 B
Bash

#!/bin/sh
args="$*"
filtered_args=${args/ERROR_ON_UNDEFINED_SYMBOLS\=1/ERROR_ON_UNDEFINED_SYMBOLS\=0}
emcc $filtered_args