WildCAD - a simple 2D drawing application

Johann Lermer johann.lermer at elvin.eu
Sun Jan 29 17:14:40 UTC 2023


On Sunday, 29 January 2023 at 15:01:40 UTC, Adam D Ruppe wrote:

> Fully operational executable created in under 3 seconds.

right - but isn't one of make's features, that it compiles code 
only when the source changes? When you just compile the whole 
thing at once, I would expect that you get longer times than when 
you change just one source file and compile just that.

Well, that's the theory. It seems, that in the meantime 
everything depends on everything and so even small changes in the 
code lead to a recompiling of quite a few files and now every 
time even a small change takes even longer to recompile than your 
approach.

Maybe it's just better to remove the whole make stuff - but it 
seemed to be a good idea at the time...



More information about the Digitalmars-d-announce mailing list