tor-browser

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

opt-searchfox-clang (292B)


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