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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 1 06:28:53 PST 2018


aganea added a comment.

In D55056#1315222 <https://reviews.llvm.org/D55056#1315222>, @rnk wrote:

> I just chatted with @zturner, and we came to the conclusion that if you want to make RelWithDebInfo have the exact same optimizations as Release, we'd be in favor. Right now it's just a trap. I think the optimization level may be different on non-Windows platforms, maybe -O3 vs -O2 or -Os, but I've forgotten.
>
> The MinSizeRel changes also seem reasonable.


In that case can’t we just keep Debug and Release+PDB, and drop the two others?


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