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

patches: bump to 16.1.0 #178

Merged
merged 1 commit into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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