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.
2 parents be7cf09 + 2e9f9ae commit c9eb822Copy full SHA for c9eb822
client/Cargo.toml
@@ -8,4 +8,7 @@ protos = { path = "../protos" }
8
yew = "=0.4.0"
9
protobuf = "=1.7.3"
10
failure = "=0.1.1"
11
-stdweb = "=0.4.6"
+stdweb = "=0.4.6"
12
+
13
+[profile.release]
14
+lto = true
0 commit comments