tor-browser

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

debug (419B)


      1 . "$topsrcdir/build/mozconfig.win-common"
      2 . "$topsrcdir/browser/config/mozconfigs/common"
      3 
      4 . "$topsrcdir/browser/config/mozconfigs/win64-aarch64/common-win64"
      5 
      6 ac_add_options --enable-debug
      7 
      8 # Needed to enable breakpad in application.ini
      9 export MOZILLA_OFFICIAL=1
     10 
     11 # Package js shell.
     12 export MOZ_PACKAGE_JSSHELL=1
     13 
     14 ac_add_options --with-branding=browser/branding/nightly
     15 
     16 . "$topsrcdir/build/mozconfig.common.override"