| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index e42d95ef38b9f13a03b098c6c3d4b7291413ba95..c03d60db920db73481224bf664d444b78f715012 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -25,7 +25,7 @@ P(allow_absolute_addresses, bool, true, \
|
| "Allow embedding absolute addresses in generated code.") \
|
| P(always_megamorphic_calls, bool, false, \
|
| "Instance call always as megamorphic.") \
|
| -C(background_compilation, false, true, bool, true, \
|
| +C(background_compilation, false, false, bool, false, \
|
| "Run optimizing compilation in background") \
|
| R(break_at_isolate_spawn, false, bool, false, \
|
| "Insert a one-time breakpoint at the entrypoint for all spawned isolates") \
|
|
|