On Sat, Sep 4, 2010 at 12:34 AM, Connor Lane Smith <c...@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. uriel