Commit 5fe2f80
authored
Re-enable use of LLD when building with LTO (WebAssembly#8227)
The Chromium CI builders (which build the emsdk release builds) don't
support LTO builds with the system linker on Mac (but they do have
lld). This reverts the part of WebAssembly#8204 that removed the usage of lld along
with LTO, but keeps the part that enables it for non-LTO cases.1 parent 4245cdc commit 5fe2f80
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
0 commit comments