https://issues.dlang.org/show_bug.cgi?id=19503
ki...@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ki...@gmx.net --- Comment #1 from ki...@gmx.net --- The PDB issue is likely fixed with a recent LLD version; the 7z archive of v2.084.0-beta.1 still ships with v5.0.1, although https://github.com/dlang/installer/pull/351 was merged 1.5 months ago (upgrade to v7.0, the first LLD version considered production-ready for Windows targets). As to NOLOGO, that's rather strange; it's supposed to be an LLD flag (`-L=/NOLOGO` in DMD command line). The error seems to indicate that the DMD command line (issued by dub) is the problem, not DMD itself. So running dub with `-v` to output the command lines would probably shed some light on this. --