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 9edb941 commit 081e2d2Copy full SHA for 081e2d2
1 file changed
src/SPC/builder/unix/UnixBuilderBase.php
@@ -418,7 +418,7 @@ protected function buildFrankenphp(): void
418
$dynamic_exports = ' ' . $dynamicSymbolsArgument;
419
}
420
421
- $debugFlags = $this->getOption('no-strip') ? '-w -s ' : '';
+ $debugFlags = $this->getOption('no-strip') ? '' : '-w -s ';
422
$extLdFlags = "-extldflags '-pie{$dynamic_exports} {$this->arch_ld_flags}'";
423
$muslTags = '';
424
$staticFlags = '';
0 commit comments