mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Activate ewasm dialect in commandline interface.
This commit is contained in:
@@ -882,6 +882,8 @@ bool CommandLineInterface::processInput()
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (targetMachine == Machine::eWasm && inputLanguage == Input::StrictAssembly)
|
||||
inputLanguage = Input::EWasm;
|
||||
if (optimize && inputLanguage != Input::StrictAssembly)
|
||||
{
|
||||
serr() <<
|
||||
|
||||
Reference in New Issue
Block a user