From: Nikita Popov Date: Tue, 3 Sep 2019 08:06:09 +0000 (+0200) Subject: Specify -fsanitize-no-recover X-Git-Tag: php-7.4.0RC2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7c353c8d03595f544b0ce87bf46e741f6a45ebe;p=php Specify -fsanitize-no-recover To make it more obvious when there are ubsan failures. --- 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'