Skip to content

Commit 4f0e5c8

Browse files
committed
Remove superfluous compiler option
`-fsanitize-address-use-after-scope` is the default as of clang 5.0.0, and we don't allow to enable ASan for older versions anyway.
1 parent 22e9f9f commit 4f0e5c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

win32/build/confutils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3702,7 +3702,6 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
37023702

37033703
if (!!cflags_name) {
37043704
ADD_FLAG(cflags_name, "-fsanitize=address");
3705-
ADD_FLAG(cflags_name, "-fsanitize-address-use-after-scope");
37063705
}
37073706
if (!!libs_name) {
37083707
if (X64) {

0 commit comments

Comments
 (0)