Skip to content

Commit 7c4d7f0

Browse files
authored
Update Rust target and rustflags in config.toml
1 parent 40f6fcf commit 7c4d7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
# rustflags = ["-C", "target-feature=+crt-static"]
2+
target = "x86_64-unknown-linux-musl"
33
rustflags = ["-Ctarget-cpu=native"]
44

55
[registries.crates-io]

0 commit comments

Comments
 (0)