mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
19 lines
538 B
Plaintext
19 lines
538 B
Plaintext
. $topsrcdir/build/unix/mozconfig.asan
|
|
|
|
ac_add_options --enable-application=browser
|
|
ac_add_options --enable-debug
|
|
ac_add_options --enable-optimize="-O1"
|
|
ac_add_options --with-google-oauth-api-keyfile=/builds/google-oauth-api.key
|
|
|
|
# Package js shell.
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
|
|
if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
|
fi
|
|
|
|
# Need this to prevent name conflicts with the normal nightly build packages
|
|
export MOZ_PKG_SPECIAL=asan
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|