tor-browser

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

debug-asan (430B)


      1 . "$topsrcdir/build/mozconfig.win-common"
      2 . "$topsrcdir/browser/config/mozconfigs/common"
      3 . "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
      4 
      5 ac_add_options --enable-debug
      6 ac_add_options --enable-optimize="-O1"
      7 
      8 . "$topsrcdir/build/win64/mozconfig.asan"
      9 
     10 export MOZ_PACKAGE_JSSHELL=1
     11 export MOZ_PKG_SPECIAL=asan
     12 
     13 # Disable telemetry
     14 ac_add_options MOZ_TELEMETRY_REPORTING=
     15 
     16 . "$topsrcdir/build/mozconfig.common.override"