Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
added no-inline options to make gcov work - hopefully
  • Loading branch information
klemens-morgenstern committed Oct 21, 2016
1 parent 2e66601 commit a781207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ before_install:

script:
# `--coverage` flags required to generate coverage info for Coveralls
- ../../../b2 testing.launcher=valgrind address-model=64 architecture=x86 toolset=$TOOLSET cxxflags="--coverage -DBOOST_TRAVISCI_BUILD -std=$CXX_STANDARD" linkflags="--coverage" -sBOOST_BUILD_PATH=.
- ../../../b2 testing.launcher=valgrind address-model=64 architecture=x86 toolset=$TOOLSET cxxflags="--coverage -DBOOST_TRAVISCI_BUILD -std=$CXX_STANDARD -fno-inline -fno-inline-small-functions -fno-default-inline" linkflags="--coverage" -sBOOST_BUILD_PATH=.

after_success:
# Copying Coveralls data to a separate folder
Expand Down

0 comments on commit a781207

Please sign in to comment.