Reviewers: danno,
Message:
Danno, what's the status of this? Can we just the checks on by default?
Description:
Enable extra checks for release builds as well
Please review this at https://codereview.chromium.org/14899005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M build/common.gypi
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', {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.