Update test-extensions.php

no debug do I can see where it fails
This commit is contained in:
Marc 2025-06-26 22:58:48 +07:00 committed by GitHub
parent 6dec25b4f4
commit d94542049c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ if ($argv[1] === 'build_cmd' || $argv[1] === 'build_embed_cmd') {
$build_cmd .= $upx ? '--with-upx-pack ' : '';
$build_cmd .= $final_libs === '' ? '' : ('--with-libs=' . quote2($final_libs) . ' ');
$build_cmd .= str_starts_with($argv[2], 'windows-') ? '' : '--build-fpm ';
$build_cmd .= '--debug ';
$build_cmd .= '';
}
echo match ($argv[1]) {