summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-09-03 10:06:09 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-11 11:59:33 +0200
commitb7c353c8d03595f544b0ce87bf46e741f6a45ebe (patch)
tree09584074edcad7041f1a99b31e3552adfc26b82d /azure-pipelines.yml
parentaee31dd7e4449f0b2356949596b1303f3d75c3cd (diff)
downloadphp-git-b7c353c8d03595f544b0ce87bf46e741f6a45ebe.tar.gz
Specify -fsanitize-no-recover
To make it more obvious when there are ubsan failures.
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 a4174940da..82531f2786 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -80,5 +80,5 @@ jobs:
configurationName: COMMUNITY
configurationParameters: >-
--enable-debug --enable-maintainer-zts
- CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
+ CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
LDFLAGS='-fsanitize=undefined,address'