diff --git a/Cargo.toml b/Cargo.toml index 0950cf2c..08b8ae26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ members = [ "account" ] +[profile.release] +opt-level = 3 # Use slightly better optimizations. +overflow-checks = true # Disable integer overflow checks. + + [workspace.dependencies] cosmos-sdk-proto = { version = "0.19", default-features = false } cosmwasm-schema = "=1.4.1"