This commit is contained in:
crazywhalecc 2025-10-16 01:19:10 +08:00
parent 5b319b0df1
commit 9b53133ba4
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -62,7 +62,7 @@ $shared_extensions = match (PHP_OS_FAMILY) {
};
// If you want to test lib-suggests for all extensions and libraries, set it to true.
$with_suggested_libs = true;
$with_suggested_libs = false;
// If you want to test extra libs for extensions, add them below (comma separated, example `libwebp,libavif`). Unnecessary, when $with_suggested_libs is true.
$with_libs = match (PHP_OS_FAMILY) {