tor-browser

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

valgrind (424B)


      1 MOZ_AUTOMATION_CHECK=0
      2 
      3 . $topsrcdir/browser/config/mozconfigs/linux64/nightly
      4 
      5 ac_add_options --enable-valgrind
      6 ac_add_options --disable-dmd
      7 ac_add_options --disable-jemalloc
      8 ac_add_options --disable-install-strip
      9 ac_add_options --disable-gtest-in-build
     10 
     11 # Include the override mozconfig again (even though the above includes it)
     12 # since it's supposed to override everything.
     13 . "$topsrcdir/build/mozconfig.common.override"