-
how I can solve this problem with forge? |
Beta Was this translation helpful? Give feedback.
Answered by
onbjerg
Apr 26, 2022
Replies: 1 comment 1 reply
-
It greatly depends on your optimizer settings and what you're doing - the error is from the Solidity compiler. Try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yuliyu123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It greatly depends on your optimizer settings and what you're doing - the error is from the Solidity compiler. Try
--via-ir
or upping the number of optimizer runs.