add zts support

This commit is contained in:
crazywhalecc
2023-05-17 22:19:28 +08:00
parent 6d638f3721
commit 1b6d0e35ea
4 changed files with 7 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ class BuildCliCommand extends BuildCommand
$this->addOption('build-fpm', null, null, 'build fpm');
$this->addOption('build-all', null, null, 'build cli, micro, fpm');
$this->addOption('no-strip', null, null, 'build without strip, in order to debug and load external extensions');
$this->addOption('enable-zts', null, null, 'enable ZTS support');
}
public function handle(): int