Skip to content

Commit

Permalink
Explicitly set some V8 build flags
Browse files Browse the repository at this point in the history
These are currently implicitly set if undefined in v8/BUILD.gn. As part of
moving to the new default_args system, this will need to be explicit to roll
the new V8 in.

This should be a build no-op.

BUG=684096

Review-Url: https://codereview.chromium.org/2648383003
Cr-Commit-Position: refs/heads/master@{#445757}
  • Loading branch information
brettw authored and Commit bot committed Jan 24, 2017
1 parent 7cf0a2a commit 8a08c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_overrides/v8.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ v8_experimental_extra_library_files =
[ "//third_party/WebKit/Source/core/streams/WritableStream.js" ]

v8_enable_inspector_override = true
v8_enable_gdbjit = false
v8_imminent_deprecation_warnings_default = false

0 comments on commit 8a08c1d

Please sign in to comment.