Skip to content

Commit 2ea7222

Browse files
committed
Remove asan incompatible options
1 parent 4faf135 commit 2ea7222

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

win32/build/confutils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3630,9 +3630,6 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
36303630
if (!!cflags_name) {
36313631
ADD_FLAG(cflags_name, "-fsanitize=address");
36323632
ADD_FLAG(cflags_name, "-fsanitize-address-use-after-scope");
3633-
ADD_FLAG(cflags_name, "-fsanitize-cfi-cross-dso");
3634-
ADD_FLAG(cflags_name, "-fsanitize-memory-track-origins");
3635-
ADD_FLAG(cflags_name, "-fsanitize-memory-use-after-dtor");
36363633
}
36373634
if (!!libs_name) {
36383635
if (X64) {

0 commit comments

Comments
 (0)