Hacker News new | ask | show | jobs
by babuskov 3470 days ago
All modern compilers support precompiled headers. If it's a library external to your project, you just compile it once into .pch file and when you change your own code, the .pch is just loaded without having to compile the headers again.