We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1900d51 commit 8c39970Copy full SHA for 8c39970
1 file changed
.cargo/config.toml
@@ -11,6 +11,14 @@ rustflags = [
11
"-C", "link-arg=-Wl,--gc-sections",
12
]
13
14
+# aarch64 Linux cross-compilation (CI)
15
+[target.aarch64-unknown-linux-gnu]
16
+linker = "aarch64-linux-gnu-gcc"
17
+rustflags = [
18
+ "-C", "symbol-mangling-version=v0",
19
+ "-C", "link-arg=-Wl,--gc-sections",
20
+]
21
+
22
# macOS (if you build/run locally)
23
[target.aarch64-apple-darwin]
24
rustflags = [
0 commit comments