Closed
Description
After the merge of #192, some issues popped up in the current regression runs:
- All objects are build without any specific compiler flags, instead of the previously passed
-march=native -Wall -Wextra -Werror -Weffc++ -Wswitch-default
- Some unittests are not built
- bigintegertest.cpp
- stringbuffertest.cpp
- strtodtest.cpp
I've not reviewed the state of the Cmake support indetail. It might be good to rename travis-doxygen.sh
to .travis-doxygen.sh
to avoid confusion with this file visible in the main folder.