tor-browser

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

rootanalysis (369B)


      1 {
      2     "configure-args": "--enable-ctypes --enable-rust-simd",
      3     "optimize": true,
      4     "debug": true,
      5     "env": {
      6         "JS_GC_ZEAL": "GenerationalGC;CheckHeapBeforeMinorGC"
      7     },
      8     "extra-args": {
      9         "jit-test": ["--args=--gc-param=semispaceNurseryEnabled=1"],
     10         "jstests": ["--jitflags=debug", "--args=--gc-param=semispaceNurseryEnabled=1"]
     11     }
     12 }