gecko-dev/browser/config/mozconfigs/macosx64/debug-asan
Chris AtLee 540d4e9ac2 Bug 838140: Use MOZ_PKG_SPECIAL=asan for asan builds. r=ted
To distinguish them from the regular nightly builds.
2013-02-05 17:01:21 -05:00

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"