Skip to content

Commit d8b49a2

Browse files
committed
Enable overflow checks in release
Perf change (per bench) seem to be within the window of uncertainty, so might as well...
1 parent 11f0119 commit d8b49a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2024"
55
publish = false
66

77
[profile.release]
8+
overflow-checks = true
89
debug = true
910

1011
[dependencies]

0 commit comments

Comments
 (0)