Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/build/win64/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 695 B image not shown  

Quelle  mozconfig.asan   Sprache: unbekannt

 
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"

if [ -d "$MOZ_FETCHES_DIR/clang" ]; then
    CLANG_LIB_DIR="$(cd $MOZ_FETCHES_DIR/clang/lib/clang/* && cd lib/windows && pwd)"

    export LDFLAGS="clang_rt.asan_dynamic-x86_64.lib clang_rt.asan_dynamic_runtime_thunk-x86_64.lib"

    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"

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]