b2g/config/mozconfigs/linux64_gecko/nightly

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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
     8 # Nightlies only since this has a cost in performance
     9 #ac_add_options --enable-js-diagnostics
    11 # This will overwrite the default of stripping everything and keep the symbol table.
    12 # This is useful for profiling and debugging and only increases the package size
    13 # by 2 MBs.
    14 STRIP_FLAGS="--strip-debug"
    16 # Needed to enable breakpad in application.ini
    17 export MOZILLA_OFFICIAL=1
    19 export MOZ_TELEMETRY_REPORTING=1
    21 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
    22 # DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors
    24 # Use sccache
    25 no_sccache=
    26 . "$topsrcdir/build/mozconfig.cache"
    28 #B2G options
    29 ac_add_options --enable-application=b2g
    30 ac_add_options --disable-elf-hack
    31 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
    33 GAIADIR=$topsrcdir/gaia
    35 # Build simulator xpi and phone tweaks for b2g-desktop
    36 FXOS_SIMULATOR=1
    38 . "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial