Revision: 21405
Author:   [email protected]
Date:     Wed May 21 11:57:33 2014 UTC
Log:      Comment out not yet used flags from BUILD.gn

gn started to complain about unused variables

BUG=none
[email protected]
LOG=n

Review URL: https://codereview.chromium.org/292263003
http://code.google.com/p/v8/source/detail?r=21405

Modified:
 /branches/bleeding_edge/BUILD.gn

=======================================
--- /branches/bleeding_edge/BUILD.gn    Mon May 19 09:58:46 2014 UTC
+++ /branches/bleeding_edge/BUILD.gn    Wed May 21 11:57:33 2014 UTC
@@ -13,9 +13,9 @@
 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