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