m (→to check) |
(→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 | ||
| + | * we can get extra info: | ||
| + | NSPR_LOG_FILE="mozdebug.log" NSPR_LOG_MODULES="all:5,timestamp" ./run-mozilla.sh >/dev/null 2>&1 ./fennec | ||
== observations == | == observations == | ||
~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin ./run-mozilla.sh ./fennec
NSPR_LOG_FILE="mozdebug.log" NSPR_LOG_MODULES="all:5,timestamp" ./run-mozilla.sh >/dev/null 2>&1 ./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 --enable-faststart
ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --with-system-zlib ac_add_options --with-system-bz2