dmd -i other_dmd_args_you_need -run yourfile.d
Re: How to run program with "dmd -i" compiler swich ?
Adam D. Ruppe via Digitalmars-d-learn Fri, 15 May 2020 07:31:25 -0700
use the -run switch to dmd. Make sure it and te d file name are
the LAST arguments.
- How to run program with "dmd... Vinod K Chandran via Digitalmars-d-learn
- Re: How to run program with ... Adam D. Ruppe via Digitalmars-d-learn
- Re: How to run program w... Vinod K Chandran via Digitalmars-d-learn
- Re: How to run program with ... Seb via Digitalmars-d-learn
- Re: How to run program w... Vinod K Chandran via Digitalmars-d-learn