Revision: 18338
Author: [email protected]
Date: Wed Dec 18 09:04:18 2013 UTC
Log: Disable handle zapping in release builds on branch 3.23
[email protected]
BUG=318206
LOG=n
Review URL: https://codereview.chromium.org/109553003
http://code.google.com/p/v8/source/detail?r=18338
Modified:
/branches/3.23/build/features.gypi
=======================================
--- /branches/3.23/build/features.gypi Fri Nov 22 10:04:21 2013 UTC
+++ /branches/3.23/build/features.gypi Wed Dec 18 09:04:18 2013 UTC
@@ -115,7 +115,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/groups/opt_out.