Skip to content

Commit 4fd4683

Browse files
Rahul MagantiRahulMaganti47
Rahul Maganti
authored andcommitted
foundry_toml: add back prod profile to config
1 parent 7c01427 commit 4fd4683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

evm/foundry.toml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ src = "src"
88
out = "out"
99
libs = ["lib"]
1010

11+
[profile.prod]
12+
via_ir = true
13+
1114
[fmt]
1215
line_length = 100
1316
multiline_func_header = "params_first"

0 commit comments

Comments
 (0)