Skip to content

Commit

Permalink
Set overflow checks so that build w/o release flag passes
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Sep 13, 2023
1 parent 9b45ee6 commit 7aa7d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions farm/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ std = [
"amm-helpers/std",
]
ink-as-dependency = []

[profile.release]
overflow-checks = false

0 comments on commit 7aa7d14

Please sign in to comment.