[PATCH] D75425: [docs] Added solutions to slow build under common problems

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 1 12:25:06 PST 2020


Meinersbur added a comment.

Additional mitigations we should cover:

- BUILD_SHARED_LIBS=ON
- Use the gold linker or lld.
- Other components that can be disabled, but are ON by default.
- Separate debug symbols file (`-gsplit-dwarf`)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75425/new/

https://reviews.llvm.org/D75425





More information about the llvm-commits mailing list