[Issue 10441] Static libraries too big
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 23 00:51:08 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10441
--- Comment #3 from Jordi Sayol <g.sayol at yahoo.es> 2013-06-23 00:51:06 PDT ---
It seems that the problem comes from the object file generation.
i.e. at GtkD project, the file "src/cairo/Types.d"
<https://github.com/gtkd-developers/GtkD/blob/master/src/cairo/Types.d>
$ dmd -c -O -m64 -Isrc src/cairo/Types.d
Built with dmd 2.062 (64-bit):
Types.o (4.6K)
Built with dmd 2.063.2 (64-bit):
Types.o (149K)
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list