Skip to content

Commit

Permalink
fix: adjust compiler setting to fix code size (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins authored Nov 20, 2024
1 parent a7cc616 commit 1d8d591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gas_reports = ["*"]
# Enables or disables the optimizer
optimizer = true
# The number of optimizer runs
optimizer_runs = 200
optimizer_runs = 1
# Whether or not to use the Yul intermediate representation compilation pipeline
via_ir = false
# Override the Solidity version (this overrides `auto_detect_solc`)
Expand Down

0 comments on commit 1d8d591

Please sign in to comment.