Where is solc called? #2546
Unanswered
kevzettler
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use an old version of
solc
that has different command line arguments than what manticore expects. I am getting this error when runningmanticore ./contract.sol
The arguments format that this version of
solc
expects is--combined-json: json-abi
I would like to update these arguments but cannot find where these arguments are specified in the manticore codebase.Beta Was this translation helpful? Give feedback.
All reactions