| Index: tools/run-deopt-fuzzer.py
|
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
|
| index 489f447bf2d00cefcb648ba8c03d2a84d1072a07..b809fdf988029bc623372d7152d2829ce5aef2cc 100755
|
| --- a/tools/run-deopt-fuzzer.py
|
| +++ b/tools/run-deopt-fuzzer.py
|
| @@ -55,11 +55,11 @@ TIMEOUT_SCALEFACTOR = {"debug" : 4,
|
| "release" : 1 }
|
|
|
| MODE_FLAGS = {
|
| - "debug" : ["--nobreak-on-abort", "--nodead-code-elimination",
|
| + "debug" : ["--nohard-abort", "--nodead-code-elimination",
|
| "--nofold-constants", "--enable-slow-asserts",
|
| "--debug-code", "--verify-heap",
|
| "--noconcurrent-recompilation"],
|
| - "release" : ["--nobreak-on-abort", "--nodead-code-elimination",
|
| + "release" : ["--nohard-abort", "--nodead-code-elimination",
|
| "--nofold-constants", "--noconcurrent-recompilation"]}
|
|
|
| SUPPORTED_ARCHS = ["android_arm",
|
|
|