We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8649068 commit 9a2d94cCopy full SHA for 9a2d94c
src/SPC/builder/unix/UnixBuilderBase.php
@@ -339,7 +339,7 @@ protected function buildFrankenphp(): void
339
$dynamic_exports = ' ' . $dynamicSymbolsArgument;
340
}
341
342
- $debugFlags = $this->getOption('no-strip') ? '-w -s ' : '';
+ $debugFlags = $this->getOption('no-strip') ? '' : '-w -s ';
343
$extLdFlags = "-extldflags '-pie{$dynamic_exports} {$this->arch_ld_flags}'";
344
$muslTags = '';
345
$staticFlags = '';
0 commit comments