Revert "Try disabling inline for coverage"

This reverts commit 6a622aa0d095998bf6619b613643cb240c5336e3.
This commit is contained in:
miloyip 2015-04-13 13:21:45 +08:00
parent 6a622aa0d0
commit fddffbe82b

View File

@ -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 -O0 -fno-default-inline -fno-inline'; fi
- if [ "$CC" = "gcc" ] && [ "$CONF" = "debug" ]; then sudo pip install cpp-coveralls; export GCOV_FLAGS='--coverage'; fi
install: true