Comment on Running three hours of Ruby tests in under three minutesparentComments−Ono-Sendai11yCompiling a changed file and linking takes about 5s.−mappu11yIs that the best case for changing a single cpp file, or the worst case for changing a header file shared across many translation units?−Ono-Sendai11yThat's changing a cpp file. Changing a widely used header file could take 1-2 mins for a full or nearly full rebuild.
Comments
Compiling a changed file and linking takes about 5s.
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.