tor-browser

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

debug-fuzzing (384B)


      1 . "$topsrcdir/browser/config/mozconfigs/win32/debug"
      2 
      3 # Disable telemetry. All network activity is undesirable in fuzzing.
      4 ac_add_options MOZ_TELEMETRY_REPORTING=
      5 
      6 ac_add_options --enable-gczeal
      7 ac_add_options --enable-fuzzing
      8 
      9 # Need this to prevent name conflicts with the normal nightly build packages
     10 export MOZ_PKG_SPECIAL=fuzzing
     11 
     12 . "$topsrcdir/build/mozconfig.common.override"