summaryrefslogtreecommitdiff
path: root/azure/msan_job.yml
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-02 22:29:54 +0200
committerJoe Watkins <krakjoe@php.net>2019-07-03 08:16:31 +0200
commita45192e183d456b3288e466b51137e7e2a5e2cf6 (patch)
tree266224ff2031a743560bc15b25990b2ec4eebea9 /azure/msan_job.yml
parent6f558c9508b1800cd9fe72ed91d8abb48864a30e (diff)
downloadphp-git-a45192e183d456b3288e466b51137e7e2a5e2cf6.tar.gz
Enable option checking on CI
This adds the Autoconf's --enable-option-checking=fatal option so when non existing option from the PHP's configure options is used a fatal error happens.
Diffstat (limited to 'azure/msan_job.yml')
-rw-r--r--azure/msan_job.yml1
1 files changed, 1 insertions, 0 deletions
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 \