Skip to content

Commit

Permalink
Enable overflow checks in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Feb 21, 2024
1 parent c83b084 commit e33233d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ members = [

[profile.release]
debug = true
overflow-checks = true

[profile.bench]
lto = "thin"
Expand Down

0 comments on commit e33233d

Please sign in to comment.