Skip to content

Commit e0b2880

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Remove superfluous compiler option
2 parents 3457037 + 4f0e5c8 commit e0b2880

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
@@ -3687,7 +3687,6 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
36873687

36883688
if (!!cflags_name) {
36893689
ADD_FLAG(cflags_name, "-fsanitize=address");
3690-
ADD_FLAG(cflags_name, "-fsanitize-address-use-after-scope");
36913690
}
36923691
if (!!libs_name) {
36933692
if (X64) {

0 commit comments

Comments
 (0)