mimalloc on mac (untested)

This commit is contained in:
Marc Henderkes
2025-03-20 07:41:13 +01:00
parent 0ce2c894e9
commit 3477857584
4 changed files with 21 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ $extensions = match (PHP_OS_FAMILY) {
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
$with_libs = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'freetype',
'Linux', 'Darwin' => 'mimalloc',
'Windows' => 'libjpeg,libavif,freetype,libwebp',
};