Bug 1869647 - Mark hasStorageAccess.sub.https.window.html as intermittent after wpt...
[gecko.git] / build / unix / mozconfig.asan
blob9c1e7d45e28a936db2f4562f7a17e66d61238bfa
1 . "$topsrcdir/build/unix/mozconfig.unix"
3 export LLVM_SYMBOLIZER="$MOZ_FETCHES_DIR/llvm-symbolizer/bin/llvm-symbolizer"
5 # Enable ASan specific code and build workarounds
6 ac_add_options --enable-address-sanitizer
8 # Mandatory options required for ASan builds (both on Linux and Mac)
9 export MOZ_DEBUG_SYMBOLS=1
10 ac_add_options --enable-debug-symbols
11 ac_add_options --disable-install-strip
12 ac_add_options --disable-jemalloc
13 ac_add_options --disable-crashreporter
14 ac_add_options --disable-profiling