blob: f2aaf776c9812d879b546f6f8656e24688133547 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"configure-args": "--enable-rust-simd",
"optimize": true,
"compiler": "gcc",
"env": {
"JSTESTS_EXTRA_ARGS": "--jitflags=jstests --run-slow-tests",
"JITTEST_EXTRA_ARGS": "--slow"
}
}
|