diff options
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-x | travis/compile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh index cc8b03be86..babb945a04 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -48,5 +48,6 @@ $TS \ --with-bz2 \ --with-openssl \ --with-gmp \ ---enable-bcmath +--enable-bcmath \ +--enable-phpdbg make --quiet |