Skip to content

Commit 76d17eb

Browse files
committed
-static was too much
1 parent df76ecb commit 76d17eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/UnixBuilderBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ protected function buildFrankenphp(): void
265265
if (SPCTarget::isStatic()) {
266266
$extLdFlags = "-extldflags '-static-pie -Wl,-z,stack-size=0x80000'";
267267
$muslTags = 'static_build,';
268-
$staticFlags = '-static -static-pie';
268+
$staticFlags = '-static-pie';
269269
}
270270

271271
$config = (new SPCConfigUtil($this))->config($this->ext_list, $this->lib_list);

0 commit comments

Comments
 (0)