Re: People building and debugging Firefox on Windows wanted

2014-05-14 Thread Mike Hommey
On Wed, May 14, 2014 at 05:46:23PM -0700, Tim Abraldes wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Build took 41:02 with these options: > ac_add_options --enable-chrome-format=flat > ac_add_options --disable-optimize > ac_add_options --enable-debug-symbols > ac_add_options

Re: People building and debugging Firefox on Windows wanted

2014-05-14 Thread Tim Abraldes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Build took 41:02 with these options: ac_add_options --enable-chrome-format=flat ac_add_options --disable-optimize ac_add_options --enable-debug-symbols ac_add_options --disable-crashreporter ac_add_options --disable-updates ac_add_options -

Re: People building and debugging Firefox on Windows wanted

2014-04-24 Thread David Major
t; Cc: dev-platform@lists.mozilla.org > Sent: Thursday, April 24, 2014 11:04:35 PM > Subject: Re: People building and debugging Firefox on Windows wanted > > On Thu, Apr 24, 2014 at 10:19:11AM +0100, Neil wrote: > > Mike Hommey wrote: > > > > > mk_add_options &qu

Re: People building and debugging Firefox on Windows wanted

2014-04-24 Thread Girish Sharma
So I tried it. My objdir size did increase by 40%. Although I can't confirm any speedups as the build time very much depend on the environment I am building in and the other stuff that I am doing on the box. I will try to so an untouched build in a cooled environment in a couple of days. On Thu,

Re: People building and debugging Firefox on Windows wanted

2014-04-24 Thread Mike Hommey
On Thu, Apr 24, 2014 at 10:19:11AM +0100, Neil wrote: > Mike Hommey wrote: > > > mk_add_options "export MOZ_DEBUG_FLAGS=-Z7" > > > -Z7 is faster than -Zi? Surprisingly, yes. > Do VS2013 users need to turn off -FS? Maybe, although it may just be ignored if using -Z7. Mike

Re: People building and debugging Firefox on Windows wanted

2014-04-24 Thread Neil
Mike Hommey wrote: mk_add_options "export MOZ_DEBUG_FLAGS=-Z7" -Z7 is faster than -Zi? Do VS2013 users need to turn off -FS? -- Warning: May contain traces of nuts. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozil

People building and debugging Firefox on Windows wanted

2014-04-24 Thread Mike Hommey
Hi, While working on shared compilation cache for windows, I noticed I could get a 20% build time improvement with the following in .mozconfig: mk_add_options "export COMPILE_PDB_FLAG=" mk_add_options "export HOST_PDB_FLAG=" mk_add_options "export MOZ_DEBUG_FLAGS=-Z7" (the downside i