Confirmed users
35
edits
Line 15: | Line 15: | ||
#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 .mozconfig 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 | #*<tt>. $topsrcdir/browser/config/mozconfig</tt> | ||
#*mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj | #*<tt>mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj</tt> | ||
#*mk_add_options MOZ_MAKE_FLAGS="-s -j8" # the number behind -j depends on the available cores of your machine | #*<tt>mk_add_options MOZ_MAKE_FLAGS="-s -j8"</tt> # the number behind -j depends on the available cores of your machine | ||
#*ac_add_options --enable-debug | #*<tt>ac_add_options --enable-debug</tt> | ||
#*ac_add_options --enable-debugger-info-modules | #*<tt>ac_add_options --enable-debugger-info-modules</tt> | ||
#*ac_add_options --enable-debug-symbols | #*<tt>ac_add_options --enable-debug-symbols</tt> | ||
#*ac_add_options --disable-optimize | #*<tt>ac_add_options --disable-optimize</tt> | ||
#Build Firefox off the mozilla-central branch aka Nightly | #Build Firefox off the mozilla-central branch aka Nightly | ||