tor-browser

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

debug-fuzzing (356B)


      1 . "$topsrcdir/browser/config/mozconfigs/macosx64/debug"
      2 
      3 ac_add_options --enable-gczeal
      4 ac_add_options --enable-fuzzing
      5 
      6 # Need this to prevent name conflicts with the normal nightly build packages
      7 export MOZ_PKG_SPECIAL=fuzzing
      8 
      9 export LLVM_SYMBOLIZER="$MOZ_FETCHES_DIR/llvm-symbolizer/bin/llvm-symbolizer"
     10 
     11 . "$topsrcdir/build/mozconfig.common.override"