summaryrefslogtreecommitdiffstats
path: root/config/mozconfigs/macosx64/debug-asan
blob: 97ced38c45f596791bf2d38066c78040d65bf342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
. $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"