Index: tools/run-deopt-fuzzer.py |
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
index b143430d27e5a6d0cee9d507c66ef77dc72b2c19..27f5cc7a5aa5443584e1c18f5e9f90416ab95e2e 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"]} |