Skip to content

Commit 4f3524d

Browse files
authored
Update build.ps1
1 parent 4f7816d commit 4f3524d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ function Build-Driver() {
21632163
--scratch-path (Get-BuildProjectBinaryCache Driver) `
21642164
--package-path $SourceCache\swift-driver `
21652165
-Xlinker "$(Get-PinnedToolchainSDK)\usr\lib\swift\windows\$($BuildArch.LLVMName)\swiftCore.lib" `
2166-
-Xcc -fno-split-cold-code
2166+
-Xclang -fno-split-cold-code
21672167
}
21682168
} else {
21692169
Build-CMakeProject `

0 commit comments

Comments
 (0)