Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index b7be3501fc2160227a1d34490cae33430ffcfa59..f42f76ad3a8ff8d519478eb42b19c89fd619b7db 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1111,6 +1111,10 @@ DEFINE_STRING(redirect_code_traces_to, NULL, |
DEFINE_BOOL(hydrogen_track_positions, false, |
"track source code positions when building IR") |
+DEFINE_BOOL(print_opt_source, false, |
+ "print source code of optimized and inlined functions") |
+DEFINE_IMPLICATION(hydrogen_track_positions, print_opt_source) |
+ |
// |
// Disassembler only flags |
// |