https://issues.dlang.org/show_bug.cgi?id=16677
Sprink <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Sprink <[email protected]> --- The problem might be Window's shell consuming the quotes, not that DMD ignores them. A potential workaround would be to escape the quotes you want passed to the linker. You'd have to look it up, I think it is different for cmd and powershell. https://github.com/dlang/dmd/blob/v2.072.0/src/link.d#L267 Adding quotes around passed in linker flags would make it simpler, not having to deal with escaping the quotes in the command. --
