You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks @yash-atreya @zerosnacks @grandizzy, it looks like the change of `optimizer` to an `Option<bool>` also changed the format of on-disk hardhat-style build-info json artifacts, which affects external tooling (e.g. https://github.com/crytic/crytic-compile/issues/581). Was that change intentional?
Originally posted by @elopez in #9673 (comment)
With default settings
forge config --json
doesn't showoptimizer = false
butforge config
doesn't include optimizer = false either.If
optimizer = true
specified infoundry.toml
then proper values are dumpedThe text was updated successfully, but these errors were encountered: