mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove canEnableViaYul logic and default to compiling also via yul.
This commit is contained in:
@@ -101,7 +101,6 @@ private:
|
||||
bool m_enforceCompileToEwasm = false;
|
||||
bool m_runWithABIEncoderV1Only = false;
|
||||
bool m_allowNonExistingFunctions = false;
|
||||
bool m_canEnableYulRun = false;
|
||||
bool m_canEnableEwasmRun = false;
|
||||
bool m_gasCostFailure = false;
|
||||
bool m_enforceGasCost = false;
|
||||
|
||||
Reference in New Issue
Block a user