Patrick Law wrote:
Hi,
I am trying to compile firefox on Windows XP (I found VS.NET 2005 debugger
easier to use than ddd on Linux)
It takes at least 15 minutes with just one single change, is there any
way I
can speed it up?
15 minutes for a depends build on windows is pretty good actually.
Follow myk's advice (though for changes in layout you need to "make" in
layout/build as well to get the gklayout.dll updated).
If you use cygwin, try MSYS, it works faster for me:
http://benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/
Nickolay
I need to get it down to less than 3 minutes or it would take hours just to
do a simple change.
I have a Celeron M 1.2GHz , 1.25 GB Ram, ATA100 HDD 4200RPM
I am compiling at few projects as possible and specified that in the
coonfig
file. All I need to compile is the Gecko engine
to fix something for Printing.
Any suggeestions to make it compile faster is appreciated.
My config file is below, I think I have disable all I could:
# This file specifies the build flags for Firefox. You can use it by
adding:
# . $topsrcdir/browser/config/mozconfig
# to the top of your mozconfig file.
#. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_CO_PROJECT=browser
#mk_add_options [EMAIL PROTECTED]@/[EMAIL PROTECTED]@
ac_add_options --enable-application=browser
ac_add_options --disable-installer
ac_add_options --disable-static --enable-shared
ac_add_options --enable-debug
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-webservices
ac_add_options --disable-xpconnect-idispatch
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-composer
ac_add_options --disable-xpcom-obsolete
ac_add_options --disable-xpcom-fastload
ac_add_options --disable-tests
ac_add_options --disable-javaxpcom
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-mailnews
ac_add_options --disable-composer
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout