Skip to content

Commit 9736e2c

Browse files
committed
reduce optimizer_runs to 20000
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent b731bc9 commit 9736e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ src = 'contracts'
33
out = 'out'
44
libs = ['lib', 'node_modules']
55
optimizer = true
6-
optimizer_runs = 9_999_999
6+
optimizer_runs = 20000
77
via-ir = false
88
ffi = true
99
ast = true

0 commit comments

Comments
 (0)