We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4ce5a commit f529034Copy full SHA for f529034
.cargo/config.toml
@@ -0,0 +1,11 @@
1
+[unstable]
2
+build-std = ["std"]
3
+
4
+[build]
5
+rustflags = [
6
+ "-Clinker-plugin-lto",
7
+ "-Clinker=clang",
8
+ "-Clink-arg=-fuse-ld=lld",
9
+ "-Zlinker-features=+lld",
10
+ "-Zlocation-detail=none",
11
+]
rust-toolchain.toml
@@ -0,0 +1,4 @@
+[toolchain]
+channel = "nightly-2024-12-08"
+components = ["rust-src", "llvm-tools"]
+targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
0 commit comments