tor-browser

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

debug-asan (567B)


      1 # Use at least -O1 for optimization to avoid stack space
      2 # exhaustions caused by Clang function inlining.
      3 ac_add_options --enable-project=browser
      4 ac_add_options --enable-debug
      5 ac_add_options --enable-optimize="-O1"
      6 
      7 . $topsrcdir/build/unix/mozconfig.asan
      8 
      9 # Package js shell.
     10 export MOZ_PACKAGE_JSSHELL=1
     11 
     12 # Need this to prevent name conflicts with the normal nightly build packages
     13 # Before mozconfig.common so we can test for asan builds there
     14 export MOZ_PKG_SPECIAL=asan
     15 
     16 . "$topsrcdir/build/macosx/mozconfig.common"
     17 . "$topsrcdir/build/mozconfig.common.override"