tor-browser

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

nightly-asan (613B)


      1 ac_add_options --enable-optimize=-O2
      2 ac_add_options --enable-debug-symbols=-gline-tables-only
      3 
      4 . $topsrcdir/build/unix/mozconfig.asan
      5 
      6 # Package js shell.
      7 export MOZ_PACKAGE_JSSHELL=1
      8 
      9 # Need this to prevent name conflicts with the normal nightly build packages
     10 # Before mozconfig.common so we can test for asan builds there
     11 export MOZ_PKG_SPECIAL=asan
     12 
     13 . "$topsrcdir/build/macosx/mozconfig.common"
     14 
     15 # This is disabled by mozconfig.asan and reenabled by mozconfig.common.
     16 # Ensure it is disabled since it conflicts with ASan.
     17 ac_add_options --disable-crashreporter
     18 
     19 . "$topsrcdir/build/mozconfig.common.override"