Skip to content

Commit 64f7a35

Browse files
committed
don't need it anymore
1 parent a06cc32 commit 64f7a35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SPC/toolchain/ZigToolchain.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function afterInit(): void
6565
GlobalEnvManager::putenv("SPC_EXTRA_LIBS={$extra_libs}");
6666
}
6767
$cflags = getenv('SPC_DEFAULT_C_FLAGS') ?: getenv('CFLAGS') ?: '';
68-
GlobalEnvManager::putenv('SPC_EXTRA_PHP_VARS=php_cv_preserve_none=yes');
6968
$has_avx512 = str_contains($cflags, '-mavx512') || str_contains($cflags, '-march=x86-64-v4');
7069
if (!$has_avx512) {
7170
$extra_vars = getenv('SPC_EXTRA_PHP_VARS') ?: '';

0 commit comments

Comments
 (0)