Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4319)

Unified Diff: build/common.gypi

Issue 16158002: Disable extra checks in Release mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0cc2dc0ce32345472363b3b49a761cb41327c349..2e3c7854d528e9182980d02f14a98958517b3019 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -445,7 +445,7 @@
}, # Debug
'Release': {
'variables': {
- 'v8_enable_extra_checks%': 1,
+ 'v8_enable_extra_checks%': 0,
},
'conditions': [
['v8_enable_extra_checks==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698