Phobos' Windows Makefile
Jacob Carlborg
doob at me.com
Thu Oct 12 16:57:57 UTC 2017
On 2017-10-12 13:51, Eduard Staniloiu wrote:
> I'm not convinced it's faster, as making a change in one of the bundled
> files will cause all the files in the object bundle to get recompiled,
> instead of compiling only the changed file and linking the objects.
This is for full builds. And since DMD is so fast, it's very easy to
just throw all the source files at once at the compiler.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list