Local Firefox Builds Run Faster?

Kurt Wall kwall
Sat Sep 25 07:01:49 PDT 2004


On Fri, Sep 24, 2004 at 10:00:11PM -0600, Collins Richey took 23 lines to write:
> On Fri, 24 Sep 2004 23:41:50 -0400, Kurt Wall <kwall at kurtwerks.com> wrote:
> 
> > Thanks, Collins. I'm using "-march=athlon-tbird -Os" for my optimization
> > options.
> > 
> 
> Sequential thinking here. There's been quite a bit of discussion about
> -Os on gentoo a month or so back. Some packages die badly with -Os as
> opposed to -O2 or -O3, but I don't think mozilla-??? is among them.
> Gentoo has automatic code to strip out -Os for a few things; I believe
> xfree/xorg is among them. Should be ok with firebird.

The build failed, but I don't think it had anything to do with -Os over
-O2 or -O3:

/space/kwall/mozilla/profile/src/nsProfile.cpp: In member function `virtual
   nsresult nsProfile::StartupWithArgs(nsICmdLineService*, int)':
/space/kwall/mozilla/profile/src/nsProfile.cpp:415: error: `
   SelectLocaleForProfile' undeclared (first use this function)
/space/kwall/mozilla/profile/src/nsProfile.cpp:415: error: (Each undeclared
   identifier is reported only once for each function it appears in.)
/space/kwall/mozilla/profile/src/nsProfile.cpp: In member function `virtual
   nsresult nsProfile::CreateNewProfileWithLocales(const PRUnichar*, const 
   PRUnichar*, const PRUnichar*, const PRUnichar*, int)':
/space/kwall/mozilla/profile/src/nsProfile.cpp:1725: error: `
   SelectLocaleForProfile' undeclared (first use this function)
/space/kwall/mozilla/profile/src/nsProfile.cpp:1736: error:
`GetSelectedSkin' 
   undeclared (first use this function)
/space/kwall/mozilla/profile/src/nsProfile.cpp:1739: error: `
   SelectSkinForProfile' undeclared (first use this function)

It's not that important that I build it. The binaries work fine for me.

K
-- 
The sheep that fly over your head are soon to land.


More information about the Linux-users mailing list