Skip to content

Commit

Permalink
Revert "always enable micro"
Browse files Browse the repository at this point in the history
This reverts commit eb8cefd.
  • Loading branch information
dunglas authored and crazywhalecc committed Sep 12, 2023
1 parent 1a32ddc commit adfa620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SPC/builder/linux/LinuxBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
$json_74 .
$zts .
$maxExecutionTimers .
'--enable-micro=all-static ' .
($enableMicro ? '--enable-micro=all-static ' : '--disable-micro ') .
$this->makeExtensionArgs() . ' ' .
$envs
);
Expand Down

0 comments on commit adfa620

Please sign in to comment.