mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Always enable stdlib
This commit is contained in:
parent
be08ac21a2
commit
23c2bc2b9b
@ -491,7 +491,7 @@ private:
|
||||
RevertStrings m_revertStrings = RevertStrings::Default;
|
||||
State m_stopAfter = State::CompilationSuccessful;
|
||||
bool m_viaIR = false;
|
||||
bool m_stdlib = false;
|
||||
bool m_stdlib = true;
|
||||
langutil::EVMVersion m_evmVersion;
|
||||
ModelCheckerSettings m_modelCheckerSettings;
|
||||
std::map<std::string, std::set<std::string>> m_requestedContractNames;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user