Skip to content

Commit d0ad202

Browse files
committed
feat: enable overflow-checks for Soroban contract builds
1 parent a5704ce commit d0ad202

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

contracts/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ soroban-sdk = "22.0.0"
88

99
[lib]
1010
crate-type = ["cdylib", "rlib"]
11+
12+
[profile.release]
13+
overflow-checks = true

0 commit comments

Comments
 (0)