Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (ee47bb0 2024-04-16T00:17:39.642110112Z)
What command(s) is the bug in?
No response
Operating System
None
Describe the bug
PR #4427 ignores optimizer_details if optimizer is disabled. However, optimizer = false doesn't completely disable optimizations, and in order to so additional optimizer details have to be provided.
I believe #4427 should be reverted.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (ee47bb0 2024-04-16T00:17:39.642110112Z)
What command(s) is the bug in?
No response
Operating System
None
Describe the bug
PR #4427 ignores
optimizer_detailsif optimizer is disabled. However,optimizer = falsedoesn't completely disable optimizations, and in order to so additional optimizer details have to be provided.I believe #4427 should be reverted.