tor-browser

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

code-coverage-debug (351B)


      1 . "$topsrcdir/browser/config/mozconfigs/linux64/code-coverage"
      2 
      3 ac_add_options --enable-debug=-g1
      4 ac_add_options --enable-rust-tests
      5 
      6 # https://bugs.llvm.org/show_bug.cgi?id=49226
      7 # LLD 12.0.0 had a behavior change that breaks coverage builds.
      8 # Passing --no-fortran-common restores the old behavior.
      9 export LDFLAGS="$LDFLAGS -Wl,--no-fortran-common"