Revision: 14853
Author:   [email protected]
Date:     Tue May 28 08:13:57 2013
Log:      Enable extra checks for release builds as well

[email protected]

Review URL: https://codereview.chromium.org/14899005

Patch from Jochen Eisinger <[email protected]>.
http://code.google.com/p/v8/source/detail?r=14853

Modified:
 /branches/bleeding_edge/build/common.gypi

=======================================
--- /branches/bleeding_edge/build/common.gypi   Wed May 15 06:09:57 2013
+++ /branches/bleeding_edge/build/common.gypi   Tue May 28 08:13:57 2013
@@ -445,7 +445,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.


Reply via email to