Skip to content

Commit 9551e87

Browse files
authored
add debug profile (#727)
1 parent d5d4957 commit 9551e87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

foundry.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ runs = 10000
1616
[profile.ci.fuzz]
1717
runs = 100000
1818

19+
[profile.debug]
20+
via_ir = false
21+
optimizer_runs = 200
22+
fuzz.runs = 100
23+
1924
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 commit comments

Comments
 (0)