From 9551e8735c891a805aa844534262bb4ccda0fba0 Mon Sep 17 00:00:00 2001 From: Sara Reynolds <30504811+snreynolds@users.noreply.github.com> Date: Tue, 28 May 2024 20:07:39 -0400 Subject: [PATCH] add debug profile (#727) --- foundry.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/foundry.toml b/foundry.toml index 7a6457f62..eeb148d1b 100644 --- a/foundry.toml +++ b/foundry.toml @@ -16,4 +16,9 @@ runs = 10000 [profile.ci.fuzz] runs = 100000 +[profile.debug] +via_ir = false +optimizer_runs = 200 +fuzz.runs = 100 + # See more config options https://github.com/foundry-rs/foundry/tree/master/config