Reviewers: dcarney,

Description:
Comment out not yet used flags from BUILD.gn

gn started to complain about unused variables

BUG=none
[email protected]
LOG=n

Please review this at https://codereview.chromium.org/292263003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M BUILD.gn


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


--
--
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/d/optout.

Reply via email to