CJ wrote:
Our main concern is *IF* we embed Mozilla in our app, how much will the download size be increased?

Please indicate what you will be using gecko (the moz rendering engine) for. If it's just for HTML rendering, there is a project called "minimo" that can reduce your download/memory weight well beyond the default embedding usage.


so I have 2 questions:

1) How can I make sure I've compiled "Release" mode with exceptions turned off? Is this the default compile?

You should specify --disable-debug --enable-optimize when you configure mozilla (normally in your .mozconfig file)


2) How can I determine which components in the "dist/Embed" directory I will need to redistribute?

That depends entirely on what you'll be using mozilla to do.


--BDS

_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to