File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ rustflags = [
2929rustflags = [
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 = [
4343rustflags = [
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 = [
7070rustflags = [
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 = [
8585rustflags = [
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" ,
Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ cd util/vanity
1616# Add it to your path
1717cargo install --path .
1818```
19+
20+ * Currently requires ignoring all instances of "-C", "link-arg=-fuse-ld=lld" flags in .cargo/config.toml*
You can’t perform that action at this time.
0 commit comments