Confirmed users
35
edits
Line 28: | Line 28: | ||
#Follow the instructions on https://developer.mozilla.org/En/Simple_Firefox_build to prepare your system and to build Firefox | #Follow the instructions on https://developer.mozilla.org/En/Simple_Firefox_build to prepare your system and to build Firefox | ||
#As best create a debug, non-optimized build of Firefox. Here the content of a possible <tt>.mozconfig</tt> file | #As best create a debug, non-optimized build of Firefox. Here the content of a possible <tt>.mozconfig</tt> file | ||
. $topsrcdir/browser/config/mozconfig | |||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj | |||
mk_add_options MOZ_MAKE_FLAGS="-s -j8" # the number behind -j depends on the available cores of your machine | |||
ac_add_options --enable-debug | |||
ac_add_options --enable-debugger-info-modules | |||
ac_add_options --enable-debug-symbols | |||
ac_add_options --disable-optimize | |||
export MOZ_WEBRTC_LEAKING_TESTS=1 | |||
#Build Firefox off the mozilla-central branch aka Nightly | #Build Firefox off the mozilla-central branch aka Nightly | ||