summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 85aca88df9..8b54b714ad 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -4,8 +4,14 @@ if [[ "$ENABLE_MAINTAINER_ZTS" == 1 ]]; then
else
TS="";
fi
+if [[ "$ENABLE_DEBUG" == 1 ]]; then
+ DEBUG="--enable-debug";
+else
+ DEBUG="";
+fi
./buildconf
./configure --quiet \
+$DEBUG \
$TS \
--with-pdo-mysql=mysqlnd \
--with-mysql=mysqlnd \