Ehsan Akhgari wrote:

Wanting faster debug builds is a good thing. I doubt that the subject of this thread will give you those though. :-)

My suggestions: first, build with --enable-debug --enable-optimize. If that is still slow enough, try profiling the build and see what jumps at you as the biggest costly things we do, and file bugs about them.

I've come up with a new compromise: --disable-debug --disable-optimize. That way, I can still get readable stacks and variables, but I don't seem to get the full slowness of debug builds (e.g. bounds checking).

--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to