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

Vinod K Chandran kcvinu82 at gmail.com
Fri May 15 19:09:57 UTC 2020


On Friday, 15 May 2020 at 18:22:47 UTC, Seb wrote:
> 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

Thank you for the reply. Let me check it. :)


More information about the Digitalmars-d-learn mailing list