m (→to check) |
(→to check) |
||
| Line 14: | Line 14: | ||
** the package in [http://build.meego.com/package/files?package=fennec-qt&project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&project=devel%3Abrowser devel:browser] (seems the same) is two weeks old | ** the package in [http://build.meego.com/package/files?package=fennec-qt&project=Trunk%3ATesting Trunk:Testing]/[http://build.meego.com/package/files?package=fennec-qt&project=devel%3Abrowser devel:browser] (seems the same) is two weeks old | ||
** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&project=devel%3Abrowser devel:browser] | ** the n900 images are using [http://build.meego.com/package/files?package=fennec-qt&project=devel%3Abrowser devel:browser] | ||
| - | * Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&package=fennec-qt&project=devel%3Abrowser&srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig]. | + | * Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&package=fennec-qt&project=devel%3Abrowser&srcmd5=a7854b765e54fb29157c663bc60040fe mozconfig]. |
| + | ** my build above used these items in mozconfig: | ||
ac_add_options --enable-debug="-g3" | ac_add_options --enable-debug="-g3" | ||
ac_add_options --disable-optimize | ac_add_options --disable-optimize | ||
ac_add_options --enable-logging | ac_add_options --enable-logging | ||
ac_add_options --disable-elf-dynstr-gc | ac_add_options --disable-elf-dynstr-gc | ||
| + | ** some potentially interesting options | ||
| + | ac_add_options --enable-mobile-optimize | ||
| + | ac_add_options --enable-optimize="-O2" | ||
* are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help? | * are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help? | ||
| + | ac_add_options --with-system-jpeg | ||
| + | ac_add_options --with-system-png | ||
| + | ac_add_options --with-system-zlib | ||
| + | ac_add_options --with-system-bz2 | ||
~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin ./run-mozilla.sh ./fennec
ac_add_options --enable-debug="-g3" ac_add_options --disable-optimize ac_add_options --enable-logging ac_add_options --disable-elf-dynstr-gc
ac_add_options --enable-mobile-optimize ac_add_options --enable-optimize="-O2"
ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --with-system-zlib ac_add_options --with-system-bz2