Skip to content

Commit 53b3bfc

Browse files
committed
debug
1 parent a294d25 commit 53b3bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function main(): void
586586
$lsanSuppressions = __DIR__ . '/.github/lsan-suppressions.txt';
587587
if (file_exists($lsanSuppressions)) {
588588
$environment['LSAN_OPTIONS'] = 'suppressions=' . $lsanSuppressions
589-
. ':print_suppressions=0:use_tls=0';
589+
. ':print_suppressions=0:use_tls=0:fast_unwind_on_malloc=false';
590590
}
591591
break;
592592
case '--repeat':

0 commit comments

Comments
 (0)