-od (outputdir) build flag for gdmd

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Apr 16 19:30:35 PDT 2012


On 4/15/12, Joseph Rushton Wakeling <joseph.wakeling at webdrake.net> wrote:
> Hello all,
>
> Is gdmd missing the -od flag (outputdir for built objects) that dmd
> provides?

It seems to work just fine? Object files get dumped into the output
dir just like with dmd.
E.g.:
gdmd -odsubdir test.d


More information about the D.gnu mailing list