Skip to content

Commit 581d726

Browse files
committed
build: use static linking for swift-syntax temporarily
This will increase the size of the toolchain but is required to work with the ABI name mismatches on the swift-syntax binaries used across the toolchain and SourceKit-LSP.
1 parent be8eab8 commit 581d726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ function Build-Syntax($Arch) {
14671467
-SwiftSDK $SDKInstallRoot `
14681468
-BuildTargets default `
14691469
-Defines @{
1470-
BUILD_SHARED_LIBS = "YES";
1470+
BUILD_SHARED_LIBS = "NO";
14711471
}
14721472
}
14731473

0 commit comments

Comments
 (0)