We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca4521 commit 29663f2Copy full SHA for 29663f2
.cargo/config.toml
@@ -1,6 +1,14 @@
1
[target.x86_64-pc-windows-msvc]
2
rustflags = ["-Ctarget-feature=+crt-static", "-Clink-arg=/STACK:8000000"]
3
4
+[target.x86_64-unknown-linux-gnu]
5
+linker = "clang"
6
+rustflags = ["-C", "link-arg=-fuse-ld=mold"]
7
+
8
+[target.aarch64-unknown-linux-gnu]
9
10
11
12
[alias]
13
lint = "clippy -- -D warnings"
14
r = "run"
0 commit comments