tor-browser

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

debug (410B)


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