Disable bytecode limit for maxperf profile
This commit is contained in:
parent
f7e0b4fd24
commit
7aba3bb87e
1 changed files with 3 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue