mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
MFB: valgrind args change
This commit is contained in:
parent
068dfca1d7
commit
c87c91ae13
1 changed files with 1 additions and 1 deletions
|
@ -1380,7 +1380,7 @@ TEST $file
|
|||
}
|
||||
|
||||
if ($leak_check) {
|
||||
$cmd = "valgrind -q --tool=memcheck --log-file-exactly=$memcheck_filename $cmd";
|
||||
$cmd = "valgrind -q --tool=memcheck --trace-children=yes --log-file-exactly=$memcheck_filename $cmd";
|
||||
}
|
||||
|
||||
if ($DETAILED) echo "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue