aboutsummaryrefslogtreecommitdiffstats
path: root/test/TestHelper.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-11-23 22:14:25 +0800
committerchriseth <c@ethdev.com>2016-11-23 23:48:13 +0800
commitc9293f2f2370e16af239f711b56245cf70c29970 (patch)
treeb854ae0a8d0586f6acc8a15e9cb77378c77858f6 /test/TestHelper.h
parenta7c2509adfe57f106cb87ed024925751732b5412 (diff)
downloaddexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.tar
dexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.tar.gz
dexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.tar.bz2
dexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.tar.lz
dexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.tar.xz
dexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.tar.zst
dexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.zip
Enable the optimizer for test runs.
Diffstat (limited to 'test/TestHelper.h')
-rw-r--r--test/TestHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TestHelper.h b/test/TestHelper.h
index 78a107fd..afe4a68f 100644
--- a/test/TestHelper.h
+++ b/test/TestHelper.h
@@ -106,6 +106,7 @@ namespace test
struct Options: boost::noncopyable
{
std::string ipcPath;
+ bool optimize = false;
static Options const& get();