Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index af82d62512c7c0add09ac2445a4462e9a977ab5d..f6d98740245162b7523f8c0e2f2d18b49c053535 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -131,6 +131,7 @@ |
R(profiler, false, bool, !USING_DBC && !USING_FUCHSIA, \ |
"Enable the profiler.") \ |
P(reorder_basic_blocks, bool, true, "Reorder basic blocks") \ |
+ R(sane_async_stacks, false, bool, true, "Improved async stacks") \ |
rmacnak
2017/01/26 18:05:57
causal_async_stacks?
Flutter should probably turn
Cutch
2017/01/31 23:45:30
Done.
|
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.") \ |