tor-browser

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

unwind.gni (247B)


      1 import("//build_overrides/build.gni")
      2 
      3 declare_args() {
      4   # Use in-tree libunwind (buildtools/third_party/libunwind) instead of whatever
      5   # system library provides unwind symbols (e.g. libgcc).
      6   use_custom_libunwind = is_fuchsia || is_android
      7 }