mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-7.3'
* PHP-7.3: Remove asan incompatible options
This commit is contained in:
commit
9652fc624a
1 changed files with 0 additions and 3 deletions
|
@ -3646,9 +3646,6 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
|
||||||
if (!!cflags_name) {
|
if (!!cflags_name) {
|
||||||
ADD_FLAG(cflags_name, "-fsanitize=address");
|
ADD_FLAG(cflags_name, "-fsanitize=address");
|
||||||
ADD_FLAG(cflags_name, "-fsanitize-address-use-after-scope");
|
ADD_FLAG(cflags_name, "-fsanitize-address-use-after-scope");
|
||||||
ADD_FLAG(cflags_name, "-fsanitize-cfi-cross-dso");
|
|
||||||
ADD_FLAG(cflags_name, "-fsanitize-memory-track-origins");
|
|
||||||
ADD_FLAG(cflags_name, "-fsanitize-memory-use-after-dtor");
|
|
||||||
}
|
}
|
||||||
if (!!libs_name) {
|
if (!!libs_name) {
|
||||||
if (X64) {
|
if (X64) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue