We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10618a commit 80c185bCopy full SHA for 80c185b
.cargo/config.toml
@@ -3,7 +3,7 @@
3
# Uncomment if you want `cargo build --release` to build both by default
4
# target = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]
5
6
-[target.'cfg(any(target_os = "freebsd", target_os = "android", target_os = "macos"))']
+[target.'cfg(any(target_os = "freebsd", target_os = "android", target_os = "macos", target_arch = "riscv64"))']
7
rustflags = [
8
"-C","target-cpu=native",
9
]
0 commit comments