mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-19 07:31:25 +00:00
26 lines
732 B
Plaintext
26 lines
732 B
Plaintext
. $topsrcdir/build/macosx/mozconfig.common
|
|
|
|
ac_add_options --enable-debug
|
|
ac_add_options --enable-dmd
|
|
ac_add_options --enable-verify-mar
|
|
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 (modulo ALLOW_COMPILER_WARNINGS).
|
|
ac_add_options --enable-warnings-as-errors
|
|
|
|
# Package js shell.
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
|
|
ac_add_options --with-branding=browser/branding/nightly
|
|
|
|
. "$topsrcdir/build/macosx/mozconfig.rust"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
. "$topsrcdir/build/mozconfig.cache"
|