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.
2 parents c1a85c1 + 20e573c commit bff03d9Copy full SHA for bff03d9
utils/build-windows-toolchain.bat
@@ -450,6 +450,7 @@ cmake --build %BuildRoot%\9 --target install || (exit /b)
450
cmake ^
451
-B %BuildRoot%\10 ^
452
453
+ -D BUILD_SHARED_LIBS=NO ^
454
-D CMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% ^
455
-D CMAKE_C_COMPILER=%BuildRoot%/1/bin/clang-cl.exe ^
456
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy /DYAML_DECLARE_EXPORT /DWIN32" ^
0 commit comments