mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
540d4e9ac2
To distinguish them from the regular nightly builds.
17 lines
447 B
Plaintext
17 lines
447 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 --enable-accessibility
|
|
|
|
# Package js shell.
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
|
|
|
# Need this to prevent name conflicts with the normal nightly build packages
|
|
export MOZ_PKG_SPECIAL=asan
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|