tor-browser

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

tsan (545B)


      1 ac_add_options --enable-debug-symbols=-gline-tables-only
      2 
      3 . $topsrcdir/build/unix/mozconfig.linux
      4 . $topsrcdir/build/unix/mozconfig.tsan
      5 
      6 # Package js shell.
      7 export MOZ_PACKAGE_JSSHELL=1
      8 
      9 # Need this to prevent name conflicts with the normal nightly build packages
     10 export MOZ_PKG_SPECIAL=tsan
     11 
     12 # Disable telemetry
     13 ac_add_options MOZ_TELEMETRY_REPORTING=
     14 
     15 # rustfmt is currently missing in Rust nightly
     16 unset RUSTFMT
     17 
     18 # Current Rust Nightly has warnings
     19 ac_add_options --disable-warnings-as-errors
     20 
     21 . "$topsrcdir/build/mozconfig.common.override"