diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 11:55:55 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 12:19:09 +0800 |
commit | ddfd479b913d1cd764b925ad5edb812b84b4b34f (patch) | |
tree | 140f5df42566c726a4dd529d6718eb61c8717b7c /lang/v8-beta/files/patch-build_config_BUILD.gn | |
parent | lang/v8: Update to 10.0.139.8 (diff) |
lang/v8-beta: Update to 10.1.124.1
- Use v8 tarball from GitHub mirror
Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.1-lkgr
Diffstat (limited to 'lang/v8-beta/files/patch-build_config_BUILD.gn')
-rw-r--r-- | lang/v8-beta/files/patch-build_config_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/v8-beta/files/patch-build_config_BUILD.gn b/lang/v8-beta/files/patch-build_config_BUILD.gn index 3bf0166e6eea..6cae03c76623 100644 --- a/lang/v8-beta/files/patch-build_config_BUILD.gn +++ b/lang/v8-beta/files/patch-build_config_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/BUILD.gn.orig 2022-01-23 11:59:03 UTC +--- build/config/BUILD.gn.orig 2022-04-04 20:12:26 UTC +++ build/config/BUILD.gn -@@ -125,7 +125,7 @@ config("debug") { +@@ -121,7 +121,7 @@ config("debug") { # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] } @@ -9,7 +9,7 @@ enable_iterator_debugging) { # Enable libstdc++ debugging facilities to help catch problems early, see # http://crbug.com/65151 . -@@ -224,9 +224,7 @@ config("default_libs") { +@@ -220,9 +220,7 @@ config("default_libs") { ] } else if (is_linux || is_chromeos) { libs = [ @@ -19,7 +19,7 @@ ] } } -@@ -305,7 +303,7 @@ config("executable_config") { +@@ -304,7 +302,7 @@ config("executable_config") { "//build/config/ios:ios_dynamic_flags", "//build/config/ios:ios_executable_flags", ] |