NovFora Dev

**How to reduce build time without compromising safety or correctness?**

Taylor Davis

Taylor Davis

4 months ago

I'm struggling with a C++ project where clean builds take over 8 minutes despite using Ninja and ccache. The critical path seems dominated by template instantiations in our core library. I want to explore options beyond just adding more parallel jobs — is anyone actually finding value in LTO/WPO? What are the trade-offs between precompiled headers, explicit instantiation, and compiler caches for large codebases?

Join the conversation to leave a reply.

Sign in to reply

Related topics