diff options
author | chriseth <c@ethdev.com> | 2016-11-23 22:14:25 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-11-23 23:48:13 +0800 |
commit | c9293f2f2370e16af239f711b56245cf70c29970 (patch) | |
tree | b854ae0a8d0586f6acc8a15e9cb77378c77858f6 /test/TestHelper.h | |
parent | a7c2509adfe57f106cb87ed024925751732b5412 (diff) | |
download | dexon-solidity-c9293f2f2370e16af239f711b56245cf70c29970.tar.gz 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.h | 1 |
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(); |