Skip to content

Commit

Permalink
Put back stripping for the multicall contract
Browse files Browse the repository at this point in the history
Without it, the contract is too big to deploy.
  • Loading branch information
eljobe committed Jul 18, 2024
1 parent 84f63be commit 51e5086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/stylus/tests/multicall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wee_alloc = "0.4.5"

[profile.release]
codegen-units = 1
debug = true
strip = true
lto = true
panic = "abort"

Expand Down

0 comments on commit 51e5086

Please sign in to comment.