Re: [dev] libdraw development

From: sqweek <sqweek_AT_gmail.com>
Date: Tue, 7 Sep 2010 00:00:27 +0800

On 4 September 2010 21:25, Uriel <uriel_AT_berlinblue.org> wrote:
> On Sat, Sep 4, 2010 at 12:34 AM, Connor Lane Smith <cls_AT_lubutu.com> wrote:
>> One file per function means a binary will only link the objects it
> needs, which helps keep binary size down when statically linking
>
> The linker should be capable of including only the symbols that are
> actually used in the program.

 Apparently this works only at the granularity of objects. ie, if any
symbol within an object is required, all symbols are pulled in. At
least, with gcc - wonder if kencc is different...
-sqweek
Received on Mon Sep 06 2010 - 18:00:27 CEST

This archive was generated by hypermail 2.2.0 : Mon Sep 06 2010 - 18:12:02 CEST