Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: tools/run-deopt-fuzzer.py

Issue 2528913002: [compiler] Make --debug-code the default in debug builds. (Closed)
Patch Set: Adapt more. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/jsfunfuzz/fuzz-harness.sh ('k') | tools/run-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]}
« no previous file with comments | « tools/jsfunfuzz/fuzz-harness.sh ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698