[PATCH] D55056: [CMake] Default options for faster executables on MSVC

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 11:27:13 PST 2018


zturner added a comment.

Some people like to build Release without debug info because debug info slows down the build time.  Personally I think debug info should be always-on and we should use the increased build time as a way to motivate people to submit patches to make debug info generation faster, but that's just me :)


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