From ce0832578cb0e33434005f4f9947a3c0b756925c Mon Sep 17 00:00:00 2001 From: saucepoint Date: Thu, 5 Sep 2024 18:29:46 -0400 Subject: [PATCH] debug profile --- foundry.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/foundry.toml b/foundry.toml index 739edc6b..64572ba0 100644 --- a/foundry.toml +++ b/foundry.toml @@ -9,6 +9,11 @@ evm_version = "cancun" gas_limit = "3000000000" fuzz_runs = 10_000 +[profile.debug] +via_ir = false +optimizer_runs = 200 +fuzz.runs = 100 + [profile.ci] fuzz_runs = 100_000