| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 8155366f8d1ae6e6d0d589f861d0ca927fc83b40..50a756cf7ac31056e675bc5e6e28111ba41be313 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -78,6 +78,8 @@
|
| R(error_on_bad_type, false, bool, false, \
|
| "Report error for malformed types.") \
|
| P(experimental_strong_mode, bool, false, "Enable experimental strong mode.") \
|
| + P(trace_experimental_strong_mode, bool, false, \
|
| + "Trace 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") \
|
|
|