diff options
Diffstat (limited to 'js/src/devtools/automation/variants/plain')
-rw-r--r-- | js/src/devtools/automation/variants/plain | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/src/devtools/automation/variants/plain b/js/src/devtools/automation/variants/plain new file mode 100644 index 000000000..ab954074d --- /dev/null +++ b/js/src/devtools/automation/variants/plain @@ -0,0 +1,7 @@ +{ + "configure-args": "", + "optimize": true, + "env": { + "JSTESTS_EXTRA_ARGS": "--jitflags=all" + } +} |