Revision: 21367
Author:   [email protected]
Date:     Mon May 19 15:27:49 2014 UTC
Log:      Disable handle zapping for release builds on 3.26

BUG=318206
LOG=y
[email protected]

Review URL: https://codereview.chromium.org/295673002
http://code.google.com/p/v8/source/detail?r=21367

Modified:
 /branches/3.26/build/features.gypi

=======================================
--- /branches/3.26/build/features.gypi  Mon Apr 28 00:05:12 2014 UTC
+++ /branches/3.26/build/features.gypi  Mon May 19 15:27:49 2014 UTC
@@ -111,7 +111,7 @@
       'Release': {
         'variables': {
           'v8_enable_extra_checks%': 0,
-          'v8_enable_handle_zapping%': 1,
+          'v8_enable_handle_zapping%': 0,
         },
         '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/d/optout.

Reply via email to