mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
Upgrade V8 to 7.9.218 (#3067)
This commit is contained in:
parent
33e3ff5de8
commit
bed7034fc4
3 changed files with 2 additions and 6 deletions
|
@ -40,17 +40,13 @@ default_args = {
|
|||
|
||||
symbol_level = 1
|
||||
treat_warnings_as_errors = true
|
||||
rust_treat_warnings_as_errors = true
|
||||
|
||||
# https://cs.chromium.org/chromium/src/docs/ccache_mac.md
|
||||
clang_use_chrome_plugins = false
|
||||
|
||||
v8_deprecation_warnings = false
|
||||
v8_enable_gdbjit = false
|
||||
v8_enable_i18n_support = false
|
||||
v8_enable_shared_ro_heap = false # See #2624
|
||||
v8_experimental_extra_library_files = []
|
||||
v8_extra_library_files = []
|
||||
v8_imminent_deprecation_warnings = false
|
||||
v8_monolithic = false
|
||||
v8_untrusted_code_mitigations = false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
solutions = [
|
||||
{
|
||||
'url': 'https://chromium.googlesource.com/v8/v8.git@7.9.110',
|
||||
'url': 'https://chromium.googlesource.com/v8/v8.git@7.9.218',
|
||||
'name': 'v8',
|
||||
'deps_file': 'DEPS',
|
||||
'custom_deps': {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1cceee1f4e315eaeee1bd4d1fe4cfbe7162fc4fb
|
||||
Subproject commit 43e3cbfdff77cc1ba267045c28623b258a8cf115
|
Loading…
Add table
Reference in a new issue