Skip to content

Commit 9206c5d

Browse files
authored
Merge pull request #63414 from compnerd/5.8-static-crypto
windows: convert swift-crypto to static linking
2 parents 8f20ac7 + 4274566 commit 9206c5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ cmake --build %BuildRoot%\11 --target install || (exit /b)
508508
cmake ^
509509
-B %BuildRoot%\12 ^
510510

511+
-D BUILD_SHARED_LIBS=NO ^
511512
-D CMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% ^
512513
-D CMAKE_C_COMPILER=cl ^
513514
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy" ^

0 commit comments

Comments
 (0)