dub should be more command-line oriented
timotheecour
timothee.cour2 at gmail.com
Tue Feb 13 01:15:27 UTC 2018
On Thursday, 11 January 2018 at 15:37:20 UTC, Seb wrote:
> On Wednesday, 10 January 2018 at 15:07:40 UTC, Luís Marques
> It's not well documented, but you can always overwrite DUB with
> DFLAGS:
>
> DFLAGS="-dw" dub
>
> It will give you a warning though, but it's justified as you
> might have `DFLAGS` set accidentally.
does that really work?
DFLAGS="-wi" dub build --vverbose
dmd -c ... -wi -w ...
=> -wi is overridden
More information about the Digitalmars-d
mailing list