tor-browser

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

nightly-asan-reporter (567B)


      1 . "$topsrcdir/build/mozconfig.win-common"
      2 . "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
      3 . "$topsrcdir/browser/config/mozconfigs/win64/common-opt"
      4 
      5 ac_add_options --enable-debug-symbols=-gline-tables-only
      6 ac_add_options --enable-address-sanitizer-reporter
      7 
      8 . "$topsrcdir/build/win64/mozconfig.asan"
      9 
     10 export MOZ_PKG_SPECIAL=asan-reporter
     11 
     12 ac_add_options --with-branding=browser/branding/nightly
     13 
     14 # Sandboxing is currently not compatible with the way the ASan reporter works
     15 ac_add_options --disable-sandbox
     16 
     17 . "$topsrcdir/build/mozconfig.common.override"