summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/gdb
blob: d86d2656805cbcd53cee59daa5ff1505b387126e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "configure-args": "--enable-rust-simd",
    "debug": true,
    "optimize": false,
    "compiler": "gcc",
    "skip-tests": {
        "all": ["jstests", "jittest", "jsapitests"]
    },
    "extra-tests": {
        "all": ["gdb"]
    },
    "env": {
        "GDBTEST_EXTRA_ARGS": "--exclude=unwind"
    },
    "use_minidump": false
}