https://issues.dlang.org/show_bug.cgi?id=17707
Richard Cattermole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #2 from Richard Cattermole <[email protected]> --- This is the expected behavior of static libraries. The linker is eliding object files that are contained within a static library when it sees that the object file has no references to it. This behavior also exists on Windows. --
