summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/rootanalysis
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/devtools/automation/variants/rootanalysis')
-rw-r--r--js/src/devtools/automation/variants/rootanalysis9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/src/devtools/automation/variants/rootanalysis b/js/src/devtools/automation/variants/rootanalysis
new file mode 100644
index 0000000000..7c0fb5242b
--- /dev/null
+++ b/js/src/devtools/automation/variants/rootanalysis
@@ -0,0 +1,9 @@
+{
+ "configure-args": "--enable-ctypes --enable-rust-simd",
+ "optimize": true,
+ "debug": true,
+ "env": {
+ "JS_GC_ZEAL": "GenerationalGC",
+ "JSTESTS_EXTRA_ARGS": "--jitflags=debug"
+ }
+}