tor-browser

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

mips64-sim (229B)


      1 {
      2     "configure-args": "--enable-simulator=mips64",
      3     "optimize": true,
      4     "debug": true,
      5     "env": {
      6         "MIPS_UNALIGNED": "1"
      7     },
      8     "extra-args": {
      9         "jit-test": ["--jitflags=debug"]
     10     },
     11     "bits": 64
     12 }