Jonas Maebe wrote:
At least that's my experience with compiling Apple's ld64, whose code is virtually all contained in large .hpp files that in turn are included in the main .cpp file. It's only about 680KB of code (mild usage of templates, but no complex template programming), but it takes a disproportionately long time to compile.
That sounds like a GNU C++ compiler issue. What if you compile with Clang ?
Regards,
Adriaan van Os