Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 2420ecfbddb467b3a91f44d0c4422749957dc49e..7d0989527f9a23641786ffd78be6540ea115b710 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -13,9 +13,9 @@ v8_enable_i18n_support = true |
| v8_enable_verify_heap = false |
| v8_interpreted_regexp = false |
| v8_object_print = false |
| -v8_postmortem_support = false |
| +#v8_postmortem_support = false |
| v8_use_default_platform = true |
| -v8_use_snapshot = true |
| +#v8_use_snapshot = true |
| if (is_debug) { |
| v8_enable_extra_checks = true |