Skip to content

Commit

Permalink
Disable handle zapping on branch 5.8
Browse files Browse the repository at this point in the history
BUG=chromium:318206
TBR=jochen@chromium.org, machenbach@chromium.org
LOG=n
NOTRY=true
NOPRESUBMIT=true

Review-Url: https://codereview.chromium.org/2724953006
Cr-Commit-Position: refs/branch-heads/5.8@{crosswalk-project#2}
Cr-Branched-From: eda659c-refs/heads/5.8.283@{crosswalk-project#1}
Cr-Branched-From: 4310cd0-refs/heads/master@{#43429}
  • Loading branch information
natorion authored and Commit bot committed Mar 2, 2017
1 parent 0a5413a commit e3c14bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare_args() {
v8_enable_vtunejit = false

# Sets -dENABLE_HANDLE_ZAPPING.
v8_enable_handle_zapping = true
v8_enable_handle_zapping = is_debug

# Enable slow dchecks.
v8_enable_slow_dchecks = false
Expand Down
2 changes: 1 addition & 1 deletion gypfiles/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}, # Debug
'Release': {
'variables': {
'v8_enable_handle_zapping%': 1,
'v8_enable_handle_zapping%': 0,
},
'conditions': [
['v8_enable_handle_zapping==1', {
Expand Down

0 comments on commit e3c14bb

Please sign in to comment.