Skip to content

Commit 9ce076a

Browse files
committed
disable --with-pcre-valgrind on travis
1 parent 24de0fe commit 9ce076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/compile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else
55
TS="";
66
fi
77
if [[ "$ENABLE_DEBUG" == 1 ]]; then
8-
DEBUG="--enable-debug";
8+
DEBUG="--enable-debug --without-pcre-valgrind";
99
else
1010
DEBUG="";
1111
fi

0 commit comments

Comments
 (0)