summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/plaindebug
blob: 0b6271c8c2cede0ecc33cdee506d3f90c9a1bcee (plain)
1
2
3
4
5
6
7
8
9
10
{
    "configure-args": "--enable-rust-simd",
    "debug": true,
    "env": {
        "JSTESTS_EXTRA_ARGS": "--jitflags=debug"
    },
    "conditional-configure-args": {
        "linux64": "--enable-clang-plugin"
    }
}