From d94542049c9fe756b695fb007ec319c749d35947 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 26 Jun 2025 22:58:48 +0700 Subject: [PATCH] Update test-extensions.php no debug do I can see where it fails --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 01568c94..bcffa5de 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -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]) {