On 2013/07/19 23:39, Jonathan Gray wrote:
> On Thu, Jul 18, 2013 at 10:08:26AM -0700, Matthew Dempsky wrote:
> > On Thu, Jul 18, 2013 at 9:56 AM, Stuart Henderson <[email protected]> wrote:
> >
> > > On 2013/07/18 22:48, Jonathan Gray wrote:
> > > > @comment lib/libgtest.a
> > > > @comment lib/libgtest_main.a
> > > > +lib/libgtest.so
> > > > +lib/libgtest_main.so
> > >
> > > presumably the above 4 lines want replacing with
> > >
> > > @comment lib/libgtest.so
> > > @comment lib/libgtest_main.so
> > >
> > > ...?
> > >
> > > (not sure why this was originally commented, but presumably it should stay
> > > commented?)
> > >
> >
> > Probably to avoid conflicting with devel/gtest, and I agree it should stay
> > commented.
>
> yes, that was from update-plist and wasn't intentional.
>
> It seems using shared libraries may be significantly slowing down
> clang invocation. Just "clang -help" seems to take a few seconds,
Is --as-needed likely to help at all?
| # without --as-needed, evolution takes 20 minutes (yes, 20!) to start
| MODGNOME_LDFLAGS= -L${X11BASE}/lib
-Wl,-rpath,${TRUEPREFIX}/lib/evolution/${R}:${TRUEPREFIX}/lib \
| -Wl,--as-needed
> let alone compiling the > 11,000 or so files in chromium...
17 hours and I'm at 7827/11331... last build without this took 2.5 hours.