http://d.puremagic.com/issues/show_bug.cgi?id=4767


Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com


--- Comment #1 from Walter Bright <bugzi...@digitalmars.com> 2011-04-11 
21:39:51 PDT ---
What matters is what gets into the exe file, not what's in the object files.

To that end, if you use dmd to generate a library file from source, it will
split each object file into multiple ones (one for each global symbol). Then,
only the referenced symbols get pulled in.

It's not a perfect solution, but it's a start.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to