2018-09-06 02:43:08 +00:00
|
|
|
. "$topsrcdir/build/unix/mozconfig.unix"
|
2013-01-22 19:16:20 +00:00
|
|
|
|
2022-03-11 04:10:49 +00:00
|
|
|
export LLVM_SYMBOLIZER="$MOZ_FETCHES_DIR/llvm-symbolizer/bin/llvm-symbolizer"
|
2018-08-30 08:38:43 +00:00
|
|
|
#
|
2012-05-15 22:24:14 +00:00
|
|
|
# Enable ASan specific code and build workarounds
|
|
|
|
ac_add_options --enable-address-sanitizer
|
|
|
|
|
|
|
|
# Mandatory options required for ASan builds (both on Linux and Mac)
|
|
|
|
export MOZ_DEBUG_SYMBOLS=1
|
|
|
|
ac_add_options --enable-debug-symbols
|
|
|
|
ac_add_options --disable-install-strip
|
2020-04-22 21:18:26 +00:00
|
|
|
ac_add_options --disable-jemalloc
|
2012-05-15 22:24:14 +00:00
|
|
|
ac_add_options --disable-crashreporter
|
2016-11-29 21:47:38 +00:00
|
|
|
ac_add_options --disable-profiling
|