| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 12e21ae1e33660b5ba7bfc293fa6842c52ac354e..f5265ff0c61337628f8c983e5e9a2a769efea692 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -42,6 +42,8 @@
|
| // D(name, type, default_value, comment)
|
| // C(name, precompiled_value, product_value, type, default_value, comment)
|
| #define FLAG_LIST(P, R, D, C) \
|
| + P(abort_on_oom, bool, false, \
|
| + "Abort if memory allocation fails - use only with --old-gen-heap-size") \
|
| P(background_compilation, bool, USING_MULTICORE, \
|
| "Run optimizing compilation in background") \
|
| R(background_compilation_stop_alot, false, bool, false, \
|
|
|