Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5e9f417b6cf154c2f40ffd989de76bd2c5d6c12e..60ff4fccc9324df889d1689e357b493fa7ec1cbc 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -552,7 +552,8 @@ DEFINE_BOOL(trace_opt_verbose, false, "extra verbose compilation tracing") |
DEFINE_IMPLICATION(trace_opt_verbose, trace_opt) |
// assembler-ia32.cc / assembler-arm.cc / assembler-x64.cc |
-DEFINE_BOOL(debug_code, false, "generate extra code (assertions) for debugging") |
+DEFINE_BOOL(debug_code, DEBUG_BOOL, |
+ "generate extra code (assertions) for debugging") |
DEFINE_BOOL(code_comments, false, "emit comments in code disassembly") |
DEFINE_BOOL(enable_sse3, true, "enable use of SSE3 instructions if available") |
DEFINE_BOOL(enable_ssse3, true, "enable use of SSSE3 instructions if available") |