How to run program with "dmd -i" compiler swich ?

Seb seb at wilzba.ch
Fri May 15 18:22:47 UTC 2020


On Friday, 15 May 2020 at 14:09:00 UTC, Vinod K Chandran wrote:
> Hi,
> For some unknown reasons, dub is not working for me. But i can 
> build my program with "dmd -i". But i would like to know if 
> there is any code to run my program with "dmd -i".
> Note : "rdmd" is also working but it creates the exe file in 
> temp directory, so my AV is catching it every time. Its 
> annoying. Is it possible to instruct rdmd to create executable 
> in somewhere else ?

https://dlang.org/rdmd.html

You could use --temp-dir or specify the output manually with -of

https://dlang.org/dmd-linux.html#switch-of


More information about the Digitalmars-d-learn mailing list