Skip to content

Commit 36505b0

Browse files
committed
_
1 parent 356d294 commit 36505b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cargo/config.toml

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

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,4 @@ venv/
5454

5555

5656
## Rust
57-
.cargo/config.toml
58-
.cargo/config
5957
**/**.pending-snap

0 commit comments

Comments
 (0)