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 8b12500 commit ce15d58Copy full SHA for ce15d58
Makefile.toml
@@ -87,6 +87,7 @@ rustup target add wasm32-unknown-unknown
87
args = ["build", "--release", "--target", "wasm32-unknown-unknown"]
88
command = "cargo"
89
dependencies = ["install_wasm"]
90
+env = { RUSTFLAGS = "-C link-arg=-s" }
91
92
[tasks.check_contracts]
93
dependencies = ["wasm"]
0 commit comments