tor-browser

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

debug-searchfox-clang (323B)


      1 MOZ_AUTOMATION_BUILD_SYMBOLS=0
      2 MOZ_AUTOMATION_CHECK=0
      3 
      4 . "$topsrcdir/build/unix/mozconfig.unix"
      5 
      6 ac_add_options --enable-debug
      7 
      8 # Add the static checker
      9 ac_add_options --enable-clang-plugin
     10 ac_add_options --enable-mozsearch-plugin
     11 
     12 . "$topsrcdir/build/unix/mozconfig.stdcxx"
     13 
     14 . "$topsrcdir/build/mozconfig.common.override"