How to run program with "dmd -i" compiler swich ?
Adam D. Ruppe
destructionator at gmail.com
Fri May 15 14:29:38 UTC 2020
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
More information about the Digitalmars-d-learn
mailing list