qb icon indicating copy to clipboard operation
qb copied to clipboard

Keep build times for object files

Open codecat opened this issue 5 years ago • 1 comments
trafficstars

Keep a state of already compiled files so subsequent builds are faster.

codecat avatar Jul 11 '20 22:07 codecat

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.

codecat avatar Jul 12 '20 21:07 codecat