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

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


On Friday, 15 May 2020 at 14:29:38 UTC, Adam D. Ruppe wrote:
> use the -run switch to dmd. Make sure it and te d file name are 
> the LAST arguments.
>
>
> dmd -i other_dmd_args_you_need -run yourfile.d

Thank you for the reply. Let me try. :)


More information about the Digitalmars-d-learn mailing list