Skip to content

Commit

Permalink
Merge branch 'tomas/overflow-check-in-release' (#1295)
Browse files Browse the repository at this point in the history
* tomas/overflow-check-in-release:
  changelog: #1295
  cargo: enable overflow-checks in release build
  • Loading branch information
tzemanovic committed Apr 28, 2023
2 parents 5f90b34 + f3249e7 commit 7a2e137
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 7a2e137

Please sign in to comment.