Commit 0613084
build: Disable lld only for x86_64-unknown-linux-gnu
Builds on aarch64 fail with
```
error: `-C linker-features=-lld` is unstable on the `aarch64-unknown-linux-gnu` target. The `-Z unstable-options` flag must also be passed to use it on this target
```
otherwise. Since lld is only the default linker on
x86_64-unknown-linux-gnu disable it only for that target.1 parent 467ba69 commit 0613084
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
0 commit comments