browser/config/mozconfigs/macosx-universal/common-opt

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/config/mozconfigs/macosx-universal/common-opt	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# This file is sourced by the nightly, beta, and release mozconfigs.
     1.5 +
     1.6 +. $topsrcdir/build/macosx/universal/mozconfig
     1.7 +
     1.8 +# Universal builds override the default of browser (bug 575283 comment 29)
     1.9 +ac_add_options --enable-application=browser
    1.10 +
    1.11 +ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
    1.12 +ac_add_options --enable-update-packaging
    1.13 +ac_add_options --with-google-api-keyfile=/builds/gapi.data
    1.14 +
    1.15 +# Needed to enable breakpad in application.ini
    1.16 +export MOZILLA_OFFICIAL=1
    1.17 +
    1.18 +export MOZ_TELEMETRY_REPORTING=1
    1.19 +
    1.20 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
    1.21 +ac_add_options --enable-warnings-as-errors
    1.22 +
    1.23 +# Package js shell.
    1.24 +export MOZ_PACKAGE_JSSHELL=1

mercurial