Skip to content

Commit a7c4609

Browse files
committed
Merge branch 'master' into fighting_nix
2 parents 32af489 + 4e4066a commit a7c4609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[target.x86_64-unknown-linux-gnu]
2-
rustflags = ["--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics", "-C", "link-arg=-fuse-ld=mold"]
2+
rustflags = ["-C", "link-arg=-fuse-ld=mold", "--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics"]

0 commit comments

Comments
 (0)