From 51513c6e7f9df3f04fde0ff94bfe654f8dccaaa0 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 15 Jan 2015 00:16:10 -0800 Subject: Add -O0 for coverage run to hopefully get better data. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index 1cb6a04..26cf481 100755 --- a/travis.sh +++ b/travis.sh @@ -57,7 +57,7 @@ coverage_install() { } coverage_script() { make -j12 tests googlepbtests testlua WITH_JIT=yes \ - USER_CPPFLAGS="--coverage `pkg-config lua5.2 --cflags`" + USER_CPPFLAGS="--coverage -O0 `pkg-config lua5.2 --cflags`" make test } coverage_after_success() { -- cgit v1.2.3