Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 18aba68a3b67214c799da17dddcd00be129326a7..a3c9ed0943bb9cac601e3ee3e43f43c04e2cd6fa 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -401,7 +401,7 @@ |
| }, # Debug |
| 'Release': { |
| 'variables': { |
| - 'v8_enable_extra_checks%': 1, |
| + 'v8_enable_extra_checks%': 0, |
| }, |
| 'conditions': [ |
| ['v8_enable_extra_checks==1', { |