diff options
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 23d826ae..4739f29d 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1438,7 +1438,8 @@ else: #JS_ENGINE = V8_ENGINE QUANTUM_SIZE = 4 - RELOOP = OPTIMIZE = USE_TYPED_ARRAYS = 1 + RELOOP = OPTIMIZE = 1 + USE_TYPED_ARRAYS = 0 GUARD_MEMORY = SAFE_HEAP = CHECK_OVERFLOWS = 0 LLVM_OPTS = 1 |