Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b8df99

Browse files
Rahul MagantiRahul Maganti
Rahul Maganti
authored and
Rahul Maganti
committedFeb 24, 2024·
foundry_toml: add back prod profile to config
1 parent c5f4370 commit 0b8df99

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)
Please sign in to comment.