Bug 1152031 - Add mozconfig for non-universal OSX opt builds; r=bhearsum

This commit is contained in:
Mike Shal 2015-04-14 14:29:36 -04:00
parent f70e8b1f81
commit 92b72eabf7

View File

@ -0,0 +1,19 @@
. $topsrcdir/build/macosx/mozconfig.common
ac_add_options --enable-signmar
ac_add_options --with-google-oauth-api-keyfile=/builds/google-oauth-api.key
# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1
if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
ac_add_options --with-macbundlename-prefix=Firefox
fi
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
. "$topsrcdir/build/mozconfig.common.override"