5 ms·
i'd say it's mostly due to linking. the debug info generated is absolutely enormous.
by yshui 2y ago
i'd say it's mostly due to linking. the debug info generated is absolutely enormous.
- vient 2y agoLLVM_USE_SPLIT_DWARF may help with this, some recent measurements: https://www.tweag.io/blog/2023-11-23-debug-fission/#an-example-at-scale-building-llvm https://www.tweag.io/blog/2023-11-23-debug-fission/#an-examp...