| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 5bcf4900f4344aa1949eae8749964ad719977945..0091b9c14ab4fc783910082cbf5b57d1d964aa98 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -143,7 +143,9 @@
|
| 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") \
|
| + C(causal_async_stacks, false, false, bool, true, "Improved async stacks") \
|
| + C(stress_async_stacks, false, false, bool, false, \
|
| + "Stress test async stack traces") \
|
| 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.") \
|
|
|