mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
treat https://github.com/crazywhalecc/static-php-cli/issues/249 as feature
This commit is contained in:
parent
ae3298472d
commit
b4ae87585c
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user