2012-07-30 05:01:40 -07:00
|
|
|
. $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
|
|
|
|
|
2013-12-02 23:53:39 -08:00
|
|
|
ac_add_options --disable-unified-compilation
|
|
|
|
|
2012-07-30 05:01:40 -07:00
|
|
|
# Package js shell.
|
|
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
|
|
|
|
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
2012-09-05 12:10:21 -07:00
|
|
|
|
2013-02-05 14:01:21 -08:00
|
|
|
# Need this to prevent name conflicts with the normal nightly build packages
|
|
|
|
export MOZ_PKG_SPECIAL=asan
|
|
|
|
|
2012-09-05 12:10:21 -07:00
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|