gray: Linux 2003/11/13-GCC332-Gtk2/Xft-AthXP/O3/SSE

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
graymate
Posts: 51
Joined: November 4th, 2003, 6:26 pm

gray: Linux 2003/11/13-GCC332-Gtk2/Xft-AthXP/O3/SSE

Post by graymate »

Finally a new working build!

This one has the Dom-Inspector working (tools menu)!

As always, this is an Athlon XP Optimized build. Won't work w/ other CPUs

My .mozconfig:

Code: Select all

## Options to build Firebird
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1

ac_add_options --disable-debug
ac_add_options --disable-composer
ac_add_options --disable-mailnews
ac_add_options --disable-tests
ac_add_options --disable-ldap
ac_add_options --disable-profilesharing
ac_add_options --disable-calendar

ac_add_options --enable-strip
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --enable-crypto
ac_add_options --enable-plaintext-editor-only

ac_add_options --enable-extensions=\
cookie,\
xml-rpc,\
xmlextras,\
p3p,\
pref,\
transformiix,\
universalchardet,\
typeaheadfind,\
webservices,\
inspector

## Optimizing options
ac_add_options --enable-optimize="-O3 -march=athlon-xp -msse -mfpmath=sse"


download location in signature ;)
maxheadroom
Posts: 63
Joined: September 4th, 2003, 5:36 am
Location: Dublin, IE

Post by maxheadroom »

Can you check if you have the bug reported in this thread: http://forums.mozillazine.org/viewtopic.php?t=34373
Thanks.
User avatar
graymate
Posts: 51
Joined: November 4th, 2003, 6:26 pm

Post by graymate »

checked, I do not have any problems.
maxheadroom
Posts: 63
Joined: September 4th, 2003, 5:36 am
Location: Dublin, IE

Post by maxheadroom »

Hmmm - what linux distro are you building on?
User avatar
graymate
Posts: 51
Joined: November 4th, 2003, 6:26 pm

Post by graymate »

Libranet 2.8.1, debian based.
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

graymate wrote:Libranet 2.8.1, debian based.


Wow :)

Simple question : have you tested on http://alladyn.art.pl/gandalf/MozillaTe ... l-c31.html your O3 build, and then a less optimized -Os build ?

Is there a big difference ? :)

/me will do some tests when I will have some spare time :)
MozJF
Post Reply