tor-browser

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

nightly-fuzzing-asan (345B)


      1 . "$topsrcdir/browser/config/mozconfigs/macosx64/nightly-asan"
      2 
      3 ac_add_options --enable-gczeal
      4 ac_add_options --enable-fuzzing
      5 
      6 # Piggybacking UBSan for now since only a small subset of checks are enabled.
      7 # A new build can be created when appropriate.
      8 ac_add_options --enable-undefined-sanitizer
      9 
     10 . "$topsrcdir/build/mozconfig.common.override"