patches: apply nodejs/node@ea694e2b1 to 16
This commit is contained in:
parent
b0f3903209
commit
dd5991ab44
@ -495,3 +495,15 @@ 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"', {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user