Chromium Code Reviews| 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.") \ |
|
rmacnak
2017/08/18 00:52:43
Siva, wasn't there some common flag all the implem
siva
2017/08/18 01:09:01
Yes preview_dart_2 but that would also include a w
|
| 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") \ |