I've looked in bonsai, the only thing that might affect my build is bug http://bugzilla.mozilla.org/show_bug.cgi?id=54828
Ah-ha. From our build instructions:
This defaults to building debug. If you want to build mozilla optimized, add these lines to your .mozconfig:
ac_add_options --disable-debug
ac_add_options --enable-optimize=-O2It's important that you know if you're building mozilla debug or optimized, because you must match that
setting when building Camino from XCode, otherwise key build variables won't get correctly set and
vtables will be out of alignment. The net result is that either you won't link, or you'll crash at startup.
However, that bug changed the defaults to --disable-debug and --enableoptimize=-0. So in fact it seems like no-one should be able to build Camino from scratch, since the optimizations and such will be out of synch. It looks like the build instructions need to be changed to include --enable-debug and --disable-optimize in the suggested .mozconfig, and say to replace those lines with the above (or replace optimize and remove disable-debug) for an optimized build.
-Stuart
_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
