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 df76ecb commit 76d17ebCopy full SHA for 76d17eb
1 file changed
src/SPC/builder/unix/UnixBuilderBase.php
@@ -265,7 +265,7 @@ protected function buildFrankenphp(): void
265
if (SPCTarget::isStatic()) {
266
$extLdFlags = "-extldflags '-static-pie -Wl,-z,stack-size=0x80000'";
267
$muslTags = 'static_build,';
268
- $staticFlags = '-static -static-pie';
+ $staticFlags = '-static-pie';
269
}
270
271
$config = (new SPCConfigUtil($this))->config($this->ext_list, $this->lib_list);
0 commit comments