cs fix, enable action-tmate

This commit is contained in:
DubbleClick
2025-07-05 19:19:17 +07:00
parent 939b9eb8a8
commit 3ff8c504f8
2 changed files with 4 additions and 4 deletions

View File

@@ -327,7 +327,7 @@ abstract class UnixBuilderBase extends BuilderBase
if (getenv('SPC_CMD_VAR_PHP_EMBED_TYPE') === 'shared') {
$libphpVersion = preg_replace('/\.\d$/', '', $libphpVersion);
}
$debugFlags = $this->getOption('no-strip') ? "-w -s " : '';
$debugFlags = $this->getOption('no-strip') ? '-w -s ' : '';
$extLdFlags = "-extldflags '-pie'";
$muslTags = '';
$staticFlags = '';