зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
596 B
Plaintext
22 строки
596 B
Plaintext
. $topsrcdir/build/macosx/mozconfig.common
|
|
|
|
ac_add_options --enable-debug
|
|
ac_add_options --enable-dmd
|
|
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"
|