1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

Reenable -Werror for macos build

This commit is contained in:
Nikita Popov
2019-06-13 10:34:49 +02:00
parent 51d82da6b0
commit 77e7acfa59

View File

@@ -60,6 +60,7 @@ jobs:
--enable-sysvmsg \
--with-ffi \
--enable-zend-test \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
displayName: 'Configure Build'