mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CommandLineParser: Handle --optimize-runs option in assembly mode
Fixes #11708.
This commit is contained in:
@@ -78,6 +78,7 @@ private:
|
||||
yul::AssemblyStack::Language _language,
|
||||
yul::AssemblyStack::Machine _targetMachine,
|
||||
bool _optimize,
|
||||
std::optional<unsigned int> _expectedExecutionsPerDeployment = std::nullopt,
|
||||
std::optional<std::string> _yulOptimiserSteps = std::nullopt
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user