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 cce3e8a + da4198d commit 0136891Copy full SHA for 0136891
utils/build-windows-toolchain.bat
@@ -333,6 +333,7 @@ cmake --build %BuildRoot%\5 --target install || (exit /b)
333
cmake ^
334
-B %BuildRoot%\6 ^
335
336
+ -D BUILD_SHARED_LIBS=YES ^
337
-D CMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% ^
338
-D CMAKE_C_COMPILER=%BuildRoot%/1/bin/clang-cl.exe ^
339
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy" ^
0 commit comments