Hacker News new | ask | show | jobs
by Ono-Sendai 3959 days ago
Compiling a changed file and linking takes about 5s.
1 comments

Is that the best case for changing a single cpp file, or the worst case for changing a header file shared across many translation units?
That's changing a cpp file. Changing a widely used header file could take 1-2 mins for a full or nearly full rebuild.