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

Unified Diff: BUILD.gn

Issue 293063005: Version 3.27.9.1 (merged r21405) (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 7 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/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2420ecfbddb467b3a91f44d0c4422749957dc49e..7d0989527f9a23641786ffd78be6540ea115b710 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -13,9 +13,9 @@ v8_enable_i18n_support = true
v8_enable_verify_heap = false
v8_interpreted_regexp = false
v8_object_print = false
-v8_postmortem_support = false
+#v8_postmortem_support = false
v8_use_default_platform = true
-v8_use_snapshot = true
+#v8_use_snapshot = true
if (is_debug) {
v8_enable_extra_checks = true
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698