nightly-asan-reporter (497B)
1 . "$topsrcdir/browser/config/mozconfigs/linux64/common-opt" 2 3 ac_add_options --enable-debug-symbols=-gline-tables-only 4 5 # ASan specific options on Linux 6 ac_add_options --enable-valgrind 7 8 . $topsrcdir/build/unix/mozconfig.asan 9 10 ac_add_options --enable-address-sanitizer-reporter 11 12 # Need this to prevent name conflicts with the normal nightly build packages 13 export MOZ_PKG_SPECIAL=asan-reporter 14 15 ac_add_options --with-branding=browser/branding/nightly 16 17 . "$topsrcdir/build/mozconfig.common.override"