tor-browser

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

debug (303B)


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