Skip to content

Commit

Permalink
temporarily turn down optimizer runs
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Oct 4, 2024
1 parent 54e240f commit 41d1c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
solc = '0.8.27'
evm_version='cancun'
via_ir = true
optimizer_runs = 4_294_967_295
# optimizer_runs = 4_294_967_295 # turn this back on after making the compact more compact
optimizer_runs = 200
bytecode_hash = 'none'
src = "src"
out = "out"
Expand Down

0 comments on commit 41d1c7d

Please sign in to comment.