| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 12e21ae1e33660b5ba7bfc293fa6842c52ac354e..b2b193d99fde100bd294eda21e135f8d85314e9e 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -77,6 +77,7 @@
|
| "Report error for bad overrides.") \
|
| R(error_on_bad_type, false, bool, false, \
|
| "Report error for malformed types.") \
|
| + P(experimental_strong_mode, bool, false, "Enable experimental strong mode.") \
|
| P(external_max_size, int, (kWordSize <= 4) ? 512 : 1024, \
|
| "Max total size of external allocations in MB, or 0 for unlimited," \
|
| "e.g: --external_max_size=1024 allows up to 1024MB of externals") \
|
|
|