Skip to content

Commit

Permalink
builds without warning (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer authored Jul 23, 2021
1 parent d8e18c6 commit cedf8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ members = [
exclude = [
"proto-compiler"
]

[profile.release.package.tendermint-light-client-js]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
4 changes: 0 additions & 4 deletions light-client-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ wee_alloc = { version = "0.4.5", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3.13"

[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"

0 comments on commit cedf8de

Please sign in to comment.