Has anyone build FireFox from source?

chadwick

Registered
I'm trying to gather compile time statistics on various Mac hardware. The Macs I've had access to so far have both done it around ~90 minutes, but of course they have slow 4200 laptop drives, so I would expect that to be a worst case situation.
 
cool! here's what I'm using:

Code:
. $topsrcdir/browser/config/mozconfig
ac_add_options --disable-optimize
ac_add_options --enable-debug
 
Back
Top