| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 6df71ced3a48bfdf560b81c8fc87e4bbcdac5b63..a879ddabf6d077f1d5aa286cc7c8d78f508f8d20 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") \
|
| C(collect_code, false, true, bool, true, \
|
| "Attempt to GC infrequently used code.") \
|
|
|