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.
1 parent edfbe63 commit 4874880Copy full SHA for 4874880
src/bootstrap/src/core/build_steps/llvm.rs
@@ -412,9 +412,7 @@ impl Step for Llvm {
412
}
413
414
if target.is_msvc() {
415
- cfg.define("LLVM_USE_CRT_DEBUG", "MT");
416
- cfg.define("LLVM_USE_CRT_RELEASE", "MT");
417
- cfg.define("LLVM_USE_CRT_RELWITHDEBINFO", "MT");
+ cfg.define("CMAKE_MSVC_RUNTIME_LIBRARY", "MultiThreaded");
418
cfg.static_crt(true);
419
420
0 commit comments