add cs profiling as optional second step profiling pass

This commit is contained in:
henderkes
2026-04-30 18:50:16 +07:00
parent b5dca48acf
commit d774fda15d
6 changed files with 75 additions and 16 deletions

View File

@@ -145,7 +145,7 @@ abstract class UnixBuilderBase extends BuilderBase
throw new SPCInternalException("Deploy failed. Cannot find file after copy: {$dst}");
}
if (!$this->getOption('no-strip') && !$this->getOption('pgi')) {
if (!$this->getOption('no-strip') && !$this->getOption('pgi') && !$this->getOption('cs-pgi')) {
// extract debug info
$this->extractDebugInfo($dst);
// extra strip