diff options
Diffstat (limited to 'emcc_to_polyfill.sh')
-rwxr-xr-x | emcc_to_polyfill.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc_to_polyfill.sh b/emcc_to_polyfill.sh index 1daaabb5b..5b4442821 100755 --- a/emcc_to_polyfill.sh +++ b/emcc_to_polyfill.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "calling emcc" -emcc $1 -o a.html --separate-asm +emcc $1 -o a.html --separate-asm -O2 -profiling # we now have a.asm.js and a.js |