Disable bytecode limit for maxperf profile

This commit is contained in:
openhands 2025-10-12 19:23:13 +00:00
parent f7e0b4fd24
commit 7aba3bb87e

View file

@ -8,6 +8,9 @@ gas_price = 0
optimizer = true
optimizer_runs = 200
bytecode_size_limit = 0
[profile.maxperf]
bytecode_size_limit = 0
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
[rpc_endpoints]