tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mozconfig.tsan (388B)


      1 export LLVM_SYMBOLIZER="$MOZ_FETCHES_DIR/llvm-symbolizer/bin/llvm-symbolizer"
      2 
      3 # Enable TSan specific code and build workarounds
      4 ac_add_options --enable-thread-sanitizer
      5 
      6 # These are required by TSan
      7 ac_add_options --disable-jemalloc
      8 ac_add_options --disable-crashreporter
      9 ac_add_options --disable-profiling
     10 
     11 # Keep symbols to symbolize TSan traces
     12 ac_add_options --disable-install-strip