[Lldb-commits] [lldb] [lldb][unittests] Add LLDB_UNITTEST_STRIP_DEBUG_INFO to cut unittest link time (PR #203274)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 11 09:12:40 PDT 2026


Nerixyz wrote:

I'm not sure about this. But since it's off by default, it might be fine. One reason for the slow link times is probably the fact that LLVM and Clang are statically linked on Windows.

`/OPT:REF` and `/OPT:ICF` are mostly for binary size, not for linking speed.

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


More information about the lldb-commits mailing list