. "$topsrcdir/browser/config/mozconfigs/win64/common-win64" if [ -d "$MOZ_FETCHES_DIR/clang" ]; then export MOZ_COPY_PDBS=1 export LLVM_SYMBOLIZER="$MOZ_FETCHES_DIR/llvm-symbolizer/bin/llvm-symbolizer.exe" fi # Enable ASan specific code and build workarounds ac_add_options --enable-address-sanitizer # Mandatory options required for ASan builds ac_add_options --disable-jemalloc ac_add_options --disable-crashreporter ac_add_options --disable-profiling . "$topsrcdir/build/mozconfig.clang-cl"