summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/smooshdebug
blob: 388153f8954cfe2297f3f83325f2c333243b1dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "configure-args": "--enable-rust-simd --enable-smoosh",
    "debug": true,
    "compiler": "clang",
    "env": {
        "JSTESTS_EXTRA_ARGS": "--args='--smoosh' --jitflags=debug --exclude-file={DIR}/smoosh-jstests-slow.txt",
        "JITTEST_EXTRA_ARGS": "--args='--smoosh'"
    },
    "conditional-configure-args": {
        "linux64": "--enable-clang-plugin"
    }
}