summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback