Skip to content

Commit

Permalink
Try disabling inline for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Apr 13, 2015
1 parent a0a6d73 commit 6a622aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ before_install:
- sudo apt-get install -qq cmake valgrind
- sudo apt-get --no-install-recommends install doxygen # Don't install LaTeX stuffs
- if [ "$ARCH" = "x86" ]; then sudo apt-get install -qq g++-multilib libc6-dbg:i386; fi
- if [ "$CC" = "gcc" ] && [ "$CONF" = "debug" ]; then sudo pip install cpp-coveralls; export GCOV_FLAGS='--coverage'; fi
- if [ "$CC" = "gcc" ] && [ "$CONF" = "debug" ]; then sudo pip install cpp-coveralls; export GCOV_FLAGS='--coverage -O0 -fno-default-inline -fno-inline'; fi

install: true

Expand Down

0 comments on commit 6a622aa

Please sign in to comment.