generate debug file, DUB, LDC etc...

kinke noone at nowhere.com
Mon Nov 19 19:52:31 UTC 2018


On Monday, 19 November 2018 at 10:04:25 UTC, willo wrote:
> Im trying to get MSVC to debug my binary. I've added...
>
> "dflags": ["-g"],
>
> at the top level in dub.json to try and get LDC to generate 
> debug info. But doesnt seem to have done anything.

I guess you need `-g` for the `lflags` too, assuming dub uses LDC 
for linking.


More information about the Digitalmars-d-learn mailing list