From c9293f2f2370e16af239f711b56245cf70c29970 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 23 Nov 2016 15:14:25 +0100 Subject: Enable the optimizer for test runs. --- test/TestHelper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/TestHelper.h') 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(); -- cgit