Skip to content

Commit

Permalink
chore: compile Solidity without via-ir optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Nov 8, 2024
1 parent 4e521c8 commit 6e1fecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ gas_reports = ["EtherSwap", "ERC20Swap"]
evm_version = "istanbul"

[profile.release]
via-ir = true
optimizer_runs = 4294967295
optimizer = true
optimizer_runs = 10_000_000

[fuzz]
runs = 8192

0 comments on commit 6e1fecc

Please sign in to comment.