summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
Diffstat (limited to 'azure')
-rw-r--r--azure/i386/job.yml1
-rw-r--r--azure/job.yml1
-rw-r--r--azure/macos/job.yml1
-rw-r--r--azure/msan_job.yml1
4 files changed, 4 insertions, 0 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 40b46d3672..7d7ceeeeff 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -15,6 +15,7 @@ jobs:
export LDFLAGS=-L/usr/lib/i386-linux-gnu
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
./configure ${{ parameters.configurationParameters }} \
+ --enable-option-checking=fatal \
--prefix=/usr \
--enable-phpdbg \
--enable-fpm \
diff --git a/azure/job.yml b/azure/job.yml
index 425e54ceee..4da192cc17 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -14,6 +14,7 @@ jobs:
- script: |
./buildconf --force
./configure ${{ parameters.configurationParameters }} \
+ --enable-option-checking=fatal \
--prefix=/usr \
--enable-phpdbg \
--enable-fpm \
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 878fda52c1..61c5f4a78e 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -19,6 +19,7 @@ jobs:
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig"
./buildconf --force
./configure ${{ parameters.configurationParameters }} \
+ --enable-option-checking=fatal \
--prefix=/usr/local \
--disable-phpdbg \
--enable-fpm \
diff --git a/azure/msan_job.yml b/azure/msan_job.yml
index bae65e018e..28dcae3f88 100644
--- a/azure/msan_job.yml
+++ b/azure/msan_job.yml
@@ -20,6 +20,7 @@ jobs:
# msan requires all used libraries to be instrumented,
# so we should avoiding linking against anything but libc here
./configure ${{ parameters.configurationParameters }} \
+ --enable-option-checking=fatal \
--prefix=/usr \
--without-sqlite3 \
--without-pdo-sqlite \