|
|
|
|
|
by willvarfar
2409 days ago
|
|
I don’t know your codebase but my experience with slow compiles when using ninja or make -j or whatever is that it has always been the overuse of code-generators or templates or something like that. A bit of strategic de-templating usually works wonders. |
|