[PATCH] D55056: [CMake] Default options for faster executables on MSVC
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 11:51:48 PDT 2019
rnk added a comment.
Previously I passed LLVM_USE_CRT_RELEASE=MT explicitly as part of my build, and I ran into the same problems with LLDB that you did. I'll try to modify this once it lands to warn when the user tries to do that. At the time, I couldn't see how to do it easily.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55056/new/
https://reviews.llvm.org/D55056
More information about the llvm-commits
mailing list