mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
add strip option (fix #97)
This commit is contained in:
@@ -71,7 +71,7 @@ class BuildCliCommand extends BuildCommand
|
|||||||
// 执行扩展检测
|
// 执行扩展检测
|
||||||
$builder->proveExts($extensions);
|
$builder->proveExts($extensions);
|
||||||
// strip
|
// strip
|
||||||
$builder->setStrip(false);
|
$builder->setStrip(!$this->getOption('no-strip'));
|
||||||
// 构建
|
// 构建
|
||||||
$builder->buildPHP($rule, $this->getOption('bloat'));
|
$builder->buildPHP($rule, $this->getOption('bloat'));
|
||||||
// 统计时间
|
// 统计时间
|
||||||
|
|||||||
Reference in New Issue
Block a user