On Fri, Nov 13, 2009 at 02:54:53PM -0500, Robert Jacques wrote:The problem is that if std.extra gets statically linked in (i.e. in thenormal manner), then you'd have to include the license, even if you don'tuse the library.If it isn't referenced though, shouldn't the linker strip it out of the final binary?
Some stuff is always included, like module constructors, unittests, global variables, etc.
