Build in debug mode on travis

This commit is contained in:
Thomas Goyne 2014-07-04 08:17:57 -07:00
parent 7dc8dd6075
commit 830b54ec69
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ script:
- export CPPFLAGS="-fprofile-arcs -ftest-coverage"
- export LIBS="-lgcov"
- autoreconf -if
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" || cat config.log
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
- make -j3 all test
- coveralls --exclude vendor --exclude tests --exclude src --exclude build --exclude tools
notifications: