Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index 259d09b115598a345939f3945aeacec2fc1768c3..20acf5ca3e1af5f56c26388497164c023d4f40fd 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -38,6 +38,8 @@ R(profiler, false, bool, true, \ |
"Enable the profiler.") \ |
R(support_ast_printer, false, bool, true, \ |
"Support the AST printer.") \ |
+R(support_compiler_stats, false, bool, true, \ |
+ "Support compiler stats.") \ |
R(support_debugger, false, bool, true, \ |
"Support the debugger.") \ |
R(support_disassembler, false, bool, true, \ |