Hacker News new | ask | show | jobs
by antoineMoPa 2684 days ago
Spend time investigating how you could make the build faster. (tweak makefiles, compile only some parts, divide the app in shared libraries, stop using too many templates, move slow parts with lots of templates to a utility library, etc...)