You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftPM currently uses the lld-link linker on Windows and would like to preserve that selection when using SwiftBuild to build for Windows. Currently, it checks the host platform and conditionally overrides the ALTERNATE_LINKER build setting to get the desired behaviour. Instead, there should be a way to describe the alternate linker on a per-platform basis, or SwiftBuild could adopt the same linker as the default for Windows.
The text was updated successfully, but these errors were encountered:
SwiftPM currently uses the
lld-link
linker on Windows and would like to preserve that selection when using SwiftBuild to build for Windows. Currently, it checks the host platform and conditionally overrides theALTERNATE_LINKER
build setting to get the desired behaviour. Instead, there should be a way to describe the alternate linker on a per-platform basis, or SwiftBuild could adopt the same linker as the default for Windows.The text was updated successfully, but these errors were encountered: