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

Unified Diff: build/common.gypi

Issue 14899005: Enable extra checks for release builds as well (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 0b1f3972684769aa51906258ff98fa96a384f8d6..8c6748200b968740f6ae27e3bf6db7631ca60449 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -446,7 +446,7 @@
}, # Debug
'Release': {
'variables': {
- 'v8_enable_extra_checks%': 0,
+ 'v8_enable_extra_checks%': 1,
},
'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