mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
treat https://github.com/crazywhalecc/static-php-cli/issues/249 as feature
This commit is contained in:
@@ -58,6 +58,9 @@ class BuildCliCommand extends BuildCommand
|
|||||||
$this->output->writeln("<comment>\t--build-all\tBuild all SAPI: cli, micro, fpm, embed</comment>");
|
$this->output->writeln("<comment>\t--build-all\tBuild all SAPI: cli, micro, fpm, embed</comment>");
|
||||||
return static::FAILURE;
|
return static::FAILURE;
|
||||||
}
|
}
|
||||||
|
if ($rule === BUILD_TARGET_ALL) {
|
||||||
|
logger()->warning('--build-all option makes `--no-strip` always true, be aware!');
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
// create builder
|
// create builder
|
||||||
$builder = BuilderProvider::makeBuilderByInput($this->input);
|
$builder = BuilderProvider::makeBuilderByInput($this->input);
|
||||||
|
|||||||
Reference in New Issue
Block a user