qb
qb copied to clipboard
Keep build times for object files
trafficstars
Keep a state of already compiled files so subsequent builds are faster.
There's a problem here - if a header file changes, then the cpp files that include the header file would need to re-compile as well. Not sure if I want to make such a dependency graph.