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 b639ce4 commit 2c1ddf5Copy full SHA for 2c1ddf5
Sources/SwiftBuildSupport/SwiftBuildSystem.swift
@@ -433,10 +433,6 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
433
// Always specify the path of the effective Swift compiler, which was determined in the same way as for the
434
// native build system.
435
settings["SWIFT_EXEC"] = buildParameters.toolchain.swiftCompilerPath.pathString
436
- // Use lld linker instead of Visual Studio link.exe when targeting Windows
437
- if buildParameters.triple.isWindows() {
438
- settings["ALTERNATE_LINKER"] = "lld-link"
439
- }
440
// FIXME: workaround for old Xcode installations such as what is in CI
441
settings["LM_SKIP_METADATA_EXTRACTION"] = "YES"
442
0 commit comments