tor-browser

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

mozconfig-windows-x86_64 (848B)


      1 . $topsrcdir/browser/config/mozconfigs/tor-browser
      2 
      3 ac_add_options --target=x86_64-w64-mingw32
      4 ac_add_options --with-toolchain-prefix=x86_64-w64-mingw32-
      5 
      6 ac_add_options --enable-strip
      7 
      8 # Bits is Background Intelligent Transfer Service
      9 ac_add_options --disable-bits-download
     10 ac_add_options --disable-maintenance-service
     11 ac_add_options --disable-default-browser-agent
     12 
     13 # See bug #13379
     14 ac_add_options --enable-nss-mar
     15 
     16 # See bug #41131
     17 ac_add_options --disable-update-agent
     18 
     19 # Bug 1782837: Not supported because Mozilla (and therefore also us) build
     20 # libc++ with LIBCXX_ENABLE_FILESYSTEM disabled.
     21 ac_add_options --disable-notification-server
     22 
     23 # Let's make sure no preference is enabling either Adobe's or Google's CDM.
     24 ac_add_options --disable-eme
     25 
     26 # tor-browser#44028: Disable zucchini for now, as it needs SEH.
     27 ac_add_options --disable-zucchini