Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 660f902

Browse filesBrowse files
committed
deps: patch V8 to avoid duplicated zlib symbol
PR-URL: #49639 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent f7c1d41 commit 660f902
Copy full SHA for 660f902

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.5',
39+
'v8_embedder_string': '-node.6',
4040

4141
##### V8 defaults for Node.js #####
4242

Collapse file

‎deps/v8/third_party/zlib/chromeconf.h‎

Copy file name to clipboardExpand all lines: deps/v8/third_party/zlib/chromeconf.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,6 @@
199199
/* Symbols added by cpu_features.c */
200200
#define cpu_check_features Cr_z_cpu_check_features
201201
#define x86_cpu_enable_sse2 Cr_z_x86_cpu_enable_sse2
202+
#define x86_cpu_enable_avx512 Cr_z_x86_cpu_enable_avx512
202203

203204
#endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.