mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 03:13:13 +00:00
v8: backport no handle zapping for release builds
BUG=318206 LOG=y R=danno@chromium.org Review URL: https://codereview.chromium.org/295673002 git-svn-id: https://v8.googlecode.com/svn/branches/3.26@21367 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
929e2ed5ba
commit
e7bfbaf891
2
deps/v8/build/features.gypi
vendored
2
deps/v8/build/features.gypi
vendored
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user