m |
(→ARM/N900/Browser project) |
||
| Line 6: | Line 6: | ||
~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin | ~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin | ||
./run-mozilla.sh ./fennec | ./run-mozilla.sh ./fennec | ||
| + | |||
| + | == observations == | ||
| + | * there are lots of warnings and assertions, need to figure which of those are critical | ||
| + | |||
| + | == to check == | ||
| + | * do we have the recent version in the n900 repo? | ||
| + | * is the build turning logging off? My build above used these items in mozconfig: | ||
| + | ac_add_options --enable-debug="-g3" | ||
| + | ac_add_options --disable-optimize | ||
| + | ac_add_options --enable-logging | ||
| + | ac_add_options --disable-elf-dynstr-gc | ||
| + | * are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help? | ||
~/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