aboutsummaryrefslogtreecommitdiff
path: root/tools/run-deopt-fuzzer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run-deopt-fuzzer.py')
-rwxr-xr-xtools/run-deopt-fuzzer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
index b143430d..27f5cc7a 100755
--- a/tools/run-deopt-fuzzer.py
+++ b/tools/run-deopt-fuzzer.py
@@ -60,8 +60,7 @@ TIMEOUT_SCALEFACTOR = {"debug" : 4,
MODE_FLAGS = {
"debug" : ["--nohard-abort", "--nodead-code-elimination",
"--nofold-constants", "--enable-slow-asserts",
- "--debug-code", "--verify-heap",
- "--noconcurrent-recompilation"],
+ "--verify-heap", "--noconcurrent-recompilation"],
"release" : ["--nohard-abort", "--nodead-code-elimination",
"--nofold-constants", "--noconcurrent-recompilation"]}