browser/config/mozconfigs/linux32/common-opt

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 # This file is sourced by nightly, beta, and release mozconfigs.
     3 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
     4 ac_add_options --enable-update-packaging
     5 ac_add_options --with-google-api-keyfile=/builds/gapi.data
     7 . $topsrcdir/build/unix/mozconfig.linux32
     9 # Needed to enable breakpad in application.ini
    10 export MOZILLA_OFFICIAL=1
    12 export MOZ_TELEMETRY_REPORTING=1
    14 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
    15 ac_add_options --enable-warnings-as-errors
    17 # Package js shell.
    18 export MOZ_PACKAGE_JSSHELL=1

mercurial