diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-02-11 14:35:44 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-02-11 14:35:44 +0000 |
commit | c2ac869066f4c2576083e1e5c307a066f284e2f6 (patch) | |
tree | 601eb3ca0b3bb6c8c88f50dc2f320d8d76a06404 /icespider | |
parent | Default 500 error handler (diff) | |
download | icespider-c2ac869066f4c2576083e1e5c307a066f284e2f6.tar.bz2 icespider-c2ac869066f4c2576083e1e5c307a066f284e2f6.tar.xz icespider-c2ac869066f4c2576083e1e5c307a066f284e2f6.zip |
Add some nice cxxflagsicespider-0.2.3
Diffstat (limited to 'icespider')
-rw-r--r-- | icespider/unittests/testCompile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/unittests/testCompile.cpp b/icespider/unittests/testCompile.cpp index 29c8cfc..6fde743 100644 --- a/icespider/unittests/testCompile.cpp +++ b/icespider/unittests/testCompile.cpp @@ -79,7 +79,7 @@ BOOST_AUTO_TEST_CASE( testCompile ) auto libGenDir = (rootDir / "bin" / modeDir / "slicer-yes"); auto compileCommand = boost::algorithm::join<std::vector<std::string>>({ - "gcc", "-c", "-std=c++1y", "-fPIC", "-fvisibility=hidden", "-O3", + "gcc", "-c", "-std=c++1y", "-fPIC", "-fvisibility=hidden", "-O3", "-flto", "-fvisibility-inlines-hidden", "-I", "/usr/include/adhocutil", "-I", "/usr/include/glib-2.0", "-I", "/usr/include/glibmm-2.4", |