Enable the optimizer for test runs.

This commit is contained in:
chriseth
2016-11-23 16:48:13 +01:00
parent a7c2509adf
commit c9293f2f23
7 changed files with 12 additions and 5 deletions
@@ -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);