Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 0667735e59acafc10b0fbb27c3b20d724ec5f6b7..e7fa759bcde084107bf9783a46572a7f081eaa56 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -441,7 +441,8 @@ DEFINE_BOOL(turbo_asm, true, "enable TurboFan for asm.js code") |
DEFINE_BOOL(turbo_verify, DEBUG_BOOL, "verify TurboFan graphs at each phase") |
DEFINE_STRING(turbo_verify_machine_graph, nullptr, |
"verify TurboFan machine graph before instruction selection") |
-DEFINE_BOOL(csa_verify, false, "verify TurboFan machine graph of code stubs") |
+DEFINE_BOOL(csa_verify, DEBUG_BOOL, |
+ "verify TurboFan machine graph of code stubs") |
DEFINE_BOOL(trace_csa_verify, false, "trace code stubs verification") |
DEFINE_BOOL(turbo_stats, false, "print TurboFan statistics") |
DEFINE_BOOL(turbo_stats_nvp, false, |