Hacker News new | ask | show | jobs
by ChrisSD 2528 days ago
Incremental compiling has helped a lot here. Even if the first compilation takes awhile, the next one will be much swifter.

It's especially useful when only making minor changes to the code (which is pretty common).