https://issues.dlang.org/show_bug.cgi?id=17707
kinke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from kinke <[email protected]> --- Yep, this is expected default behavior. But linkers support force-pulling all object files from static libs: * ld: --whole-archive libfoo.a --no-whole-archive * Apple ld64: -force_load libfoo.a * MS link.exe: /WHOLEARCHIVE:foo.lib --
