| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 6c8a1605595c3b2b6a1ae832109bf48c69b6c562..9ab1c95d386cda9f92962a382cf3c2cac4a29bef 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -132,6 +132,7 @@
|
| R(profiler, false, bool, !USING_DBC && !USING_FUCHSIA, \
|
| "Enable the profiler.") \
|
| P(reorder_basic_blocks, bool, true, "Reorder basic blocks") \
|
| + R(causal_async_stacks, false, bool, true, "Improved async stacks") \
|
| R(support_ast_printer, false, bool, true, "Support the AST printer.") \
|
| R(support_compiler_stats, false, bool, true, "Support compiler stats.") \
|
| C(support_debugger, false, false, bool, true, "Support the debugger.") \
|
|
|