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

@@ -130,6 +130,7 @@ class LinuxBuilder extends UnixBuilderBase
$this->emitPatchPoint('before-php-make');
SourcePatcher::patchBeforeMake($this);
PgoManager::patchBeforeMake($this);
$this->cleanMake();