https://issues.dlang.org/show_bug.cgi?id=7044
Dicebot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #43 from Dicebot <[email protected]> --- I see two distinct issues here: 1) getting rid from automatic linker flags inserted by compiler and make it fully controllable by packager (preferrably via dmd.conf) instead. This is actual issue that needs to be solved 2) allowing to specify distinct debug library in dmd.conf - this is only needed to enable interface compatibility after (1) is fixed Last proposal seems to address (2) perfectly but not (1) which was the main issue here (because manual intervention with adding compiler flags to build system is required) --
