Commit 6d2a5196 authored by jochen@chromium.org's avatar jochen@chromium.org

Comment out not yet used flags from BUILD.gn

gn started to complain about unused variables

BUG=none
R=dcarney@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/292263003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21405 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 02f1a1b9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment