b2g/config/mozconfigs/linux64_gecko/debug

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 . "$topsrcdir/b2g/config/mozconfigs/common"
     2 . "$topsrcdir/build/unix/mozconfig.linux"
     4 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
     5 ac_add_options --enable-update-packaging
     6 ac_add_options --enable-signmar
     7 ac_add_options --enable-debug
     9 # Nightlies only since this has a cost in performance
    10 #ac_add_options --enable-js-diagnostics
    12 # This will overwrite the default of stripping everything and keep the symbol table.
    13 # This is useful for profiling and debugging and only increases the package size
    14 # by 2 MBs.
    15 STRIP_FLAGS="--strip-debug"
    17 # Needed to enable breakpad in application.ini
    18 export MOZILLA_OFFICIAL=1
    20 export MOZ_TELEMETRY_REPORTING=1
    22 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
    23 # DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors
    25 # Use sccache
    26 no_sccache=
    27 . "$topsrcdir/build/mozconfig.cache"
    29 #B2G options
    30 ac_add_options --enable-application=b2g
    31 ENABLE_MARIONETTE=1
    32 ac_add_options --disable-elf-hack
    33 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
    35 GAIADIR=$topsrcdir/gaia
    37 . "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial