gchunt v0.2.0
sigod via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Apr 6 06:20:34 PDT 2016
On Tuesday, 5 April 2016 at 19:43:08 UTC, jmh530 wrote:
> On Tuesday, 5 April 2016 at 19:15:04 UTC, Pradeep Gowda wrote:
>>
>> This is somewhat tangentially related to the announcement..
>> but how does one run "-vgc" switch with "dub"?
>>
>> Running dmd -vgc with a project with dependencies (eg: docopt)
>> failed because dmd could not find the dependencies.
>
> Try:
> "dflags-dmd": ["-vgc"],
>
> You could also make a separate configuration with this line in
> it so that you don't have to constantly be adding and removing
> it.
Or `dflags "-vgc" platform="dmd"` in SDL.
More information about the Digitalmars-d-announce
mailing list