Hacker News new | ask | show | jobs
by j4coh 298 days ago
Are you not worried about parallelisation in your case? Or have you solved that in another way (one big beefy build machine maybe?)
1 comments

Honestly not really… sure it might not be as fast but the ability to know I can debug it and build it exactly the same way locally is worth the performance hit. It probably helps I don’t write C++, so builds are not a multi day event!