tor-browser

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

mozconfig.js (669B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # This mozconfig is used when analyzing the source code of the js/src tree for
      6 # GC rooting hazards. See
      7 # <https://wiki.mozilla.org/Javascript:SpiderMonkey:ExactStackRooting>.
      8 
      9 ac_add_options --enable-project=js
     10 
     11 # Also compile NSPR to see through its part of the control flow graph (not
     12 # currently needed, but also helps with weird problems finding the right
     13 # headers.)
     14 ac_add_options --enable-nspr-build
     15 
     16 . $topsrcdir/js/src/devtools/rootAnalysis/mozconfig.common