Building the compiler in 2 seconds with `dmd -i`

Adam D Ruppe destructionator at gmail.com
Fri May 19 16:25:10 UTC 2023


On Friday, 19 May 2023 at 16:13:02 UTC, Ali Çehreli wrote:
> Of course, this is not a point against -i but I wanted to point 
> out that dependencies must still be taken care of some other 
> way.

sometimes maybe, and what's interesting about -i is you can also 
tell it to exclude certain packages if you want. but more often 
than not i just do:

$ cat Makefile
all:
     dmd -i main.d



More information about the Digitalmars-d mailing list