diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-06 10:08:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 10:08:16 -0400 |
commit | bed7034fc44a8d20e11a85b6092e7f0f34f43ff8 (patch) | |
tree | 12336b812428dba30b5525a0a662b6f4f94cbcf9 /core | |
parent | 33e3ff5de8e95d659c151b68a1931b5da05c5740 (diff) |
Upgrade V8 to 7.9.218 (#3067)
Diffstat (limited to 'core')
-rw-r--r-- | core/libdeno/.gn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/libdeno/.gn b/core/libdeno/.gn index e0d902808..7916c47a7 100644 --- a/core/libdeno/.gn +++ b/core/libdeno/.gn @@ -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 |