mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Remove asan incompatible options
This commit is contained in:
parent
4faf135d90
commit
2ea7222440
@ -3630,9 +3630,6 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
|
||||
if (!!cflags_name) {
|
||||
ADD_FLAG(cflags_name, "-fsanitize=address");
|
||||
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 (X64) {
|
||||
|
Loading…
Reference in New Issue
Block a user