John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 04, 2003 at 08:39:40AM -0400, Kuba Ober wrote: > >> I guess it may be worthwhile to look at linker code, try profiling and see >> where it spends most of its time :) > | One big thing is the debug info, and iirc gcc cvs reduces it rather | considerably by discarding unused debug entries ...
To see that debugging info is the main culprit is very easy, just compile without "-g" and time the linking. (--disable-debug) -- Lgb