Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: build/common.gypi

Issue 12984006: Disable zapping of global handles in release mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed Jakob Kummerow's offline comments. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/global-handles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 18aba68a3b67214c799da17dddcd00be129326a7..a3c9ed0943bb9cac601e3ee3e43f43c04e2cd6fa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -401,7 +401,7 @@
}, # Debug
'Release': {
'variables': {
- 'v8_enable_extra_checks%': 1,
+ 'v8_enable_extra_checks%': 0,
},
'conditions': [
['v8_enable_extra_checks==1', {
« no previous file with comments | « no previous file | src/global-handles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698