Merge branch 'main' into feat/cgi

This commit is contained in:
crazywhalecc
2025-09-05 11:17:34 +08:00
6 changed files with 21 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ $no_strip = false;
$upx = false;
// whether to test frankenphp build, only available for macos and linux
$frankenphp = false;
$frankenphp = true;
// prefer downloading pre-built packages to speed up the build process
$prefer_pre_built = false;