Skip to content

Commit dec37d7

Browse files
authored
Merge pull request #10 from a16z/fix/enable-optimizer
fix: optimizations are required to build
2 parents 1d39e17 + 2770fbe commit dec37d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

foundry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
src = 'src'
33
out = 'out'
44
libs = ['lib']
5+
56
via_ir = true
7+
optimizer = true
68

79
# workaround for stack too deep errors with 0.8.26 https://github.com/ethereum/solidity/issues/14358
810
solc = "0.8.25"

0 commit comments

Comments
 (0)