Skip to content

Commit

Permalink
Merge remote-tracking branch 'namada/tomas/overflow-check-in-release' (
Browse files Browse the repository at this point in the history
…#1295) into main

* namada/tomas/overflow-check-in-release:
  changelog: #1295
  cargo: enable overflow-checks in release build
  • Loading branch information
juped committed May 11, 2023
2 parents 33c7696 + f3249e7 commit 4fe7909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Enabled integer overflow checks in release build.
([#1295](https://github.com/anoma/namada/pull/1295))
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ funty = { git = "https://github.com/bitvecto-rs/funty/", rev = "7ef0d890fbcd8b3d
lto = true
opt-level = 3
panic = "unwind"
overflow-checks = true

0 comments on commit 4fe7909

Please sign in to comment.