Remove canEnableViaYul logic and default to compiling also via yul.

This commit is contained in:
Daniel Kirchner
2022-05-19 20:23:28 +02:00
parent e93ad30e43
commit 788dc6b4c8
2 changed files with 4 additions and 24 deletions
-1
View File
@@ -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;