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

Dennis dkorpel at gmail.com
Fri May 19 20:30:12 UTC 2023


On Friday, 19 May 2023 at 09:51:39 UTC, Dennis wrote:
> Eventually I hope to make just `dmd -i dmd/mars.d` work, I'll 
> see how close I can get to that.

It's now down to this!
```
dmd -i dmd/mars.d -of=../../dmd dmd/eh.d -Jdmd/res -J../..
```



More information about the Digitalmars-d mailing list