We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e038fa5 commit fcf7ca9Copy full SHA for fcf7ca9
1 file changed
native/ex_maude_nif/.cargo/config.toml
@@ -5,9 +5,10 @@ rustflags = [
5
]
6
7
[target.x86_64-unknown-linux-musl]
8
-rustflags = [
9
- "-C", "target-feature=-crt-static"
10
-]
+rustflags = ["-C", "target-feature=-crt-static"]
+
+[target.aarch64-unknown-linux-musl]
11
12
13
[profile.release]
14
lto = true
0 commit comments