summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-09-11 12:02:39 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-11 12:02:39 +0200
commit7992a712a97c4ca2ed77ef724d46f06855c718e4 (patch)
tree701cac635abc345174a8b492273ed5d6d1eabf28 /azure-pipelines.yml
parent9ca21b9d0a136bf169e7d15feff352c1150142b2 (diff)
parentb7c353c8d03595f544b0ce87bf46e741f6a45ebe (diff)
downloadphp-git-7992a712a97c4ca2ed77ef724d46f06855c718e4.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 67060e4d9e..586edf72e8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -80,5 +80,5 @@ jobs:
configurationName: COMMUNITY
configurationParameters: >-
--enable-debug --enable-zts
- CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
+ CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
LDFLAGS='-fsanitize=undefined,address'