-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlto.diff
More file actions
253 lines (251 loc) · 7.99 KB
/
lto.diff
File metadata and controls
253 lines (251 loc) · 7.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
diff --git a/common.gypi b/common.gypi
index dbd6bf9d..22d76117 100644
--- a/common.gypi
+++ b/common.gypi
@@ -189,9 +189,9 @@
'MSVC_runtimeType': 2 # MultiThreadedDLL (/MD)
}],
['clang==1', {
- 'lto': ' -flto ', # Clang
+ 'lto': ' -flto=thin ', # Clang
}, {
- 'lto': ' -flto=4 -ffat-lto-objects ', # GCC
+ 'lto': ' -flto=auto -fno-fat-lto-objects ', # GCC
}],
],
},
diff --git a/deps/cares/configure b/deps/cares/configure
index f91e2c95..84a09a59 100755
--- a/deps/cares/configure
+++ b/deps/cares/configure
@@ -17166,7 +17166,6 @@ _LT_EOF
_lt_libdeps_save_CFLAGS=$CFLAGS
case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
esac
diff --git a/deps/cares/m4/libtool.m4 b/deps/cares/m4/libtool.m4
index e7b68334..27a30926 100755
--- a/deps/cares/m4/libtool.m4
+++ b/deps/cares/m4/libtool.m4
@@ -7563,7 +7563,6 @@ _LT_EOF
_lt_libdeps_save_CFLAGS=$CFLAGS
case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
esac
diff --git a/deps/openssl/openssl-cli.gypi b/deps/openssl/openssl-cli.gypi
index da03938f..00057f89 100644
--- a/deps/openssl/openssl-cli.gypi
+++ b/deps/openssl/openssl-cli.gypi
@@ -23,7 +23,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp
index 4d8d16f0..3a770c37 100644
--- a/deps/openssl/openssl.gyp
+++ b/deps/openssl/openssl.gyp
@@ -75,7 +75,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
diff --git a/node.gyp b/node.gyp
index b129c3db..9c685df4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1229,7 +1229,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
],
}, # fuzz_env
@@ -1278,7 +1278,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
],
}, # fuzz_ClientHelloParser.cc
@@ -1337,7 +1337,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
],
}, # fuzz_strings
@@ -1449,7 +1449,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1523,7 +1523,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1610,7 +1610,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1746,7 +1746,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp
index f49b4ddb..40187c33 100644
--- a/tools/icu/icu-generic.gyp
+++ b/tools/icu/icu-generic.gyp
@@ -454,7 +454,7 @@
'conditions': [
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -481,7 +481,7 @@
'conditions': [
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -509,7 +509,7 @@
'conditions': [
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -536,7 +536,7 @@
'conditions': [
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
diff --git a/tools/v8_gypfiles/d8.gyp b/tools/v8_gypfiles/d8.gyp
index 5b47ebf1..a77f8de6 100644
--- a/tools/v8_gypfiles/d8.gyp
+++ b/tools/v8_gypfiles/d8.gyp
@@ -65,7 +65,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
index 945aa0aa..38054a4e 100644
--- a/tools/v8_gypfiles/v8.gyp
+++ b/tools/v8_gypfiles/v8.gyp
@@ -1738,7 +1738,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1810,7 +1810,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1838,7 +1838,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1887,7 +1887,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1935,7 +1935,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -1965,7 +1965,7 @@
}],
# Avoid excessive LTO
['enable_lto=="true"', {
- 'ldflags': [ '-fno-lto' ],
+ 'ldflags': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {
@@ -2043,7 +2043,7 @@
],
'conditions': [
['enable_lto=="true"', {
- 'cflags_cc': [ '-fno-lto' ],
+ 'cflags_cc': [],
}],
['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', {
'msvs_settings': {