Skip to content

Commit 51575dd

Browse files
committed
specify flag issue
1 parent 7e445e8 commit 51575dd

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

.cargo/config.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ rustflags = [
2929
rustflags = [
3030
"--cfg",
3131
"tokio_unstable",
32-
# "-C",
33-
# "link-arg=-fuse-ld=lld",
32+
"-C",
33+
"link-arg=-fuse-ld=lld",
3434
"-C",
3535
"force-frame-pointers=yes",
3636
"-C",
@@ -43,8 +43,8 @@ rustflags = [
4343
rustflags = [
4444
"--cfg",
4545
"tokio_unstable",
46-
# "-C",
47-
# "link-arg=-fuse-ld=lld",
46+
"-C",
47+
"link-arg=-fuse-ld=lld",
4848
"-C",
4949
"force-frame-pointers=yes",
5050
"-C",
@@ -70,8 +70,8 @@ rustflags = [
7070
rustflags = [
7171
"--cfg",
7272
"tokio_unstable",
73-
# "-C",
74-
# "link-arg=-fuse-ld=lld",
73+
"-C",
74+
"link-arg=-fuse-ld=lld",
7575
"-C",
7676
"force-frame-pointers=yes",
7777
"-C",
@@ -85,8 +85,8 @@ rustflags = [
8585
rustflags = [
8686
"--cfg",
8787
"tokio_unstable",
88-
# "-C",
89-
# "link-arg=-fuse-ld=lld",
88+
"-C",
89+
"link-arg=-fuse-ld=lld",
9090
"-C",
9191
"force-frame-pointers=yes",
9292
"-C",

util/vanity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ cd util/vanity
1616
# Add it to your path
1717
cargo install --path .
1818
```
19+
20+
*Currently requires ignoring all instances of "-C", "link-arg=-fuse-ld=lld" flags in .cargo/config.toml*

0 commit comments

Comments
 (0)