Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
patches: bump to 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed May 10, 2021
1 parent fa6e45d commit 25b257c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions patches/node.v16.0.0.cpp.patch → patches/node.v16.1.0.cpp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -495,15 +495,3 @@ index 0000000000..fb2d47f52b
'cflags_cc!': [ '-fno-rtti' ],
}],
[ 'OS == "mac" or OS == "ios"', {
--- node/tools/v8_gypfiles/v8.gyp
+++ node/tools/v8_gypfiles/v8.gyp
@@ -1378,6 +1378,9 @@
'<(V8_ROOT)/src/heap/base/worklist.h',
],
'conditions': [
+ ['enable_lto=="true"', {
+ 'cflags_cc': [ '-fno-lto' ],
+ }],
['clang or OS!="win"', {
'conditions': [
['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', {
2 changes: 1 addition & 1 deletion patches/patches.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"v16.0.0": ["node.v16.0.0.cpp.patch"],
"v16.1.0": ["node.v16.1.0.cpp.patch"],
"v14.16.1": ["node.v14.16.1.cpp.patch"],
"v12.22.1": ["node.v12.22.1.cpp.patch"],
"v10.24.1": ["node.v10.24.1.cpp.patch"],
Expand Down

0 comments on commit 25b257c

Please sign in to comment.