From b7c353c8d03595f544b0ce87bf46e741f6a45ebe Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 3 Sep 2019 10:06:09 +0200 Subject: Specify -fsanitize-no-recover To make it more obvious when there are ubsan failures. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') 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' -- cgit v1.2.1