diff options
Diffstat (limited to 'js/src/devtools/automation/variants/plain')
-rw-r--r-- | js/src/devtools/automation/variants/plain | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/src/devtools/automation/variants/plain b/js/src/devtools/automation/variants/plain new file mode 100644 index 0000000000..0c97a5d535 --- /dev/null +++ b/js/src/devtools/automation/variants/plain @@ -0,0 +1,8 @@ +{ + "configure-args": "--enable-rust-simd", + "optimize": true, + "compiler": "gcc", + "env": { + "JSTESTS_EXTRA_ARGS": "--jitflags=jstests" + } +} |