Skip to content

Commit 60ebe25

Browse files
authored
Merge pull request #23 from burnt-labs/audit-fix/13
Item 13: implement overflow checks and optimization
2 parents b467727 + 84e8896 commit 60ebe25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ members = [
33
"account"
44
]
55

6+
[profile.release]
7+
opt-level = 3 # Use slightly better optimizations.
8+
overflow-checks = true # Disable integer overflow checks.
9+
10+
611
[workspace.dependencies]
712
cosmos-sdk-proto = { version = "0.19", default-features = false }
813
cosmwasm-schema = "=1.4.1"

0 commit comments

Comments
 (0)