mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable the optimizer for test runs.
This commit is contained in:
@@ -46,6 +46,7 @@ string getIPCSocketPath()
|
||||
|
||||
ExecutionFramework::ExecutionFramework() :
|
||||
m_rpc(RPCSession::instance(getIPCSocketPath())),
|
||||
m_optimize(dev::test::Options::get().optimize),
|
||||
m_sender(m_rpc.account(0))
|
||||
{
|
||||
m_rpc.test_rewindToBlock(0);
|
||||
|
||||
Reference in New Issue
Block a user