Skip to content

Commit

Permalink
enable overflow-checks for performance build
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Sep 13, 2022
1 parent 073fbe9 commit 07cdeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ overflow-checks = true
inherits = "release"
opt-level = 3
debug = true
overflow-checks = false
overflow-checks = true
lto = true
codegen-units = 1

Expand Down

0 comments on commit 07cdeb2

Please sign in to comment.