From ee7157160db677d9bb4e9857ef8f8aa13d6aaadb Mon Sep 17 00:00:00 2001 From: NikVolf Date: Fri, 28 Apr 2017 00:00:19 +0300 Subject: [PATCH] build script upgrade --- runner/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/build.sh b/runner/build.sh index 84f1569..6b79c6e 100755 --- a/runner/build.sh +++ b/runner/build.sh @@ -21,7 +21,7 @@ then else # c/c++ can be compiled directly by emcc - emcc $file -Os -s WASM=1 -s SIDE_MODULE=1 -o out/contract.wasm + emcc $file -O3 -s WASM=1 -s SIDE_MODULE=1 -o out/contract.wasm -s # Gas injector cargo run --manifest-path=./../gas/Cargo.toml --release -- ./out/contract.wasm ./out/contract.wasm