mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
24 lines
651 B
Plaintext
24 lines
651 B
Plaintext
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
|
|
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. $topsrcdir/build/unix/mozconfig.linux
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
# 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/unix/mozconfig.rust"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
. "$topsrcdir/build/mozconfig.cache"
|