QA/Automation/Projects/WebRTC/Crashtest Guide: Difference between revisions

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
#*<tt>. $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"</tt>   # the number behind -j depends on the available cores of your machine
    mk_add_options MOZ_MAKE_FLAGS="-s -j8"  # the number behind -j depends on the available cores of your machine
#*<tt>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
    export MOZ_WEBRTC_LEAKING_TESTS=1
#Build Firefox off the mozilla-central branch aka Nightly
#Build Firefox off the mozilla-central branch aka Nightly


Confirmed users
35

edits