Skip to content

Commit 2c6b580

Browse files
committed
chore: Add overflow-checks to release profile
1 parent daa2126 commit 2c6b580

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ wstd = "0.5.6"
3030
[profile.release]
3131
opt-level = "z"
3232
lto = true
33+
overflow-checks = true
3334

3435
[profile.release_webhook]
3536
inherits = "release"

0 commit comments

Comments
 (0)