Re: Still More Startup Optimizations

2007-06-04 Thread Mike Mattie
On Sun, 3 Jun 2007 09:57:25 -0700 chromatic <[EMAIL PROTECTED]> wrote: > On Sunday 03 June 2007 05:39:01 James E Keenan wrote: > > > chromatic wrote: > > > > If you're using a modern GNU ld, remove the shared library and > > > add a few more flags to LINK_DYNAMIC in Makefile. Here's mine: > > >

Re: Still More Startup Optimizations

2007-06-03 Thread chromatic
On Sunday 03 June 2007 05:39:01 James E Keenan wrote: > chromatic wrote: > > If you're using a modern GNU ld, remove the shared library and add a few > > more flags to LINK_DYNAMIC in Makefile. Here's mine: > > > > LINK_DYNAMIC = > > -Wl,-E,-O1,-zdynsort,-hashvals,--hash-style=gnu,-zcombrel

Re: Still More Startup Optimizations

2007-06-03 Thread James E Keenan
chromatic wrote: If you're using a modern GNU ld, remove the shared library and add a few more flags to LINK_DYNAMIC in Makefile. Here's mine: LINK_DYNAMIC = -Wl,-E,-O1,-zdynsort,-hashvals,--hash-style=gnu,-zcombreloc Do you have to edit the Makefile for this, or can you set it wi