[llvm] [cmake] Optimize RelWithDebInfo compiler options on windows (PR #101533)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 02:11:07 PDT 2024


zmodem wrote:

Where are the flags for RelWithDebInfo currently defined? Is that done in LLVM's CMake files somewhere, or is it CMake internal?

This patch adds a bunch of flags. The ideal would be if RelWithDebInfo was equivalent to Release + flags to build the .pdb.

> In addition, cross-compilation should require additional parameters to be set

What does this mean?

https://github.com/llvm/llvm-project/pull/101533


More information about the llvm-commits mailing list