Skip to content

Commit ab6ba1b

Browse files
committed
infra: do not default to ir
1 parent edaea4c commit ab6ba1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foundry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ evm_version = "paris"
77

88
libs = [ "./lib" ]
99

10+
[profile.ir]
1011
via_ir = true
1112
optimizer = true
1213
optimizer_runs = 100000000
1314

1415
bytecode_hash = "none"
15-
cbor_metadata = false
16+
cbor_metadata = false

0 commit comments

Comments
 (0)