Skip to content

Commit c47449f

Browse files
committed
fix: remove -ld_classic
Signed-off-by: Sam Gammon <[email protected]>
1 parent 1da3e32 commit c47449f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,6 @@ val darwinOnlyArgs = defaultPlatformArgs.plus(listOfNotNull(
17801780
"-R:MaximumHeapSizePercent=80",
17811781
"--initialize-at-build-time=sun.awt.resources.awtosx",
17821782
onlyIf(enableLto, "-H:NativeLinkerOption=-flto"),
1783-
onlyIf(TargetCriteria.allOf(elideTarget, Criteria.MacAmd64), "-H:NativeLinkerOption=-Wl,-ld_classic"),
17841783
"-H:NativeLinkerOption=$nativesPath/libdiag.a",
17851784
"-H:NativeLinkerOption=$nativesPath/libsqlitejdbc.a",
17861785
"-H:NativeLinkerOption=$nativesPath/libumbrella.a",

0 commit comments

Comments
 (0)