Added all header files to cmake install target. Also added -O3 to one test on travis

This commit is contained in:
eidheim 2017-06-26 11:50:21 +02:00
commit 3ee9f8dc52
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ script:
make &&
CTEST_OUTPUT_ON_FAILURE=1 make test &&
rm -r * &&
CXX=g++ cmake -DCMAKE_CXX_FLAGS=\"-Werror -DUSE_STANDALONE_ASIO\" .. &&
CXX=g++ cmake -DCMAKE_CXX_FLAGS=\"-Werror -O3 -DUSE_STANDALONE_ASIO\" .. &&
make &&
CTEST_OUTPUT_ON_FAILURE=1 make test
"