Remove ignored profile directives for contracts

This commit is contained in:
Jon Häggblad
2023-09-17 22:41:50 +02:00
parent fc8ac8956d
commit 9654cbf87e
2 changed files with 1 additions and 9 deletions
-5
View File
@@ -54,8 +54,3 @@ vergen = { version = "=7.4.3", default-features = false, features = ["build", "g
default = []
contract-testing = ["mixnet-contract-common/contract-testing"]
schema-gen = ["mixnet-contract-common/schema", "cosmwasm-schema"]
[profile.release]
overflow-checks = true
+1 -4
View File
@@ -48,8 +48,5 @@ cosmwasm-crypto = { workspace = true }
[build-dependencies]
vergen = { version = "=7.4.3", default-features = false, features = ["build", "git", "rustc"] }
[profile.release]
overflow-checks = true
[features]
schema-gen = ["vesting-contract-common/schema", "cosmwasm-schema"]
schema-gen = ["vesting-contract-common/schema", "cosmwasm-schema"]