From 6ebdc6df1c43d331b28d6bf1a9ab3894e187647e Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Tue, 28 May 2013 15:13:57 +0000 Subject: [PATCH] Enable extra checks for release builds as well R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/14899005 Patch from Jochen Eisinger . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14853 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.gypi b/build/common.gypi index 2e3c785..0cc2dc0 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -445,7 +445,7 @@ }, # Debug 'Release': { 'variables': { - 'v8_enable_extra_checks%': 0, + 'v8_enable_extra_checks%': 1, }, 'conditions': [ ['v8_enable_extra_checks==1', { -- 2.7.4