chore: simplify .cargo

This commit is contained in:
anatawa12 2023-04-14 23:41:47 +09:00
commit d5ff9612d8
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6

View file

@ -1,8 +1,5 @@
[target.x86_64-unknown-linux-musl]
[target.'cfg(target_os = "linux")']
rustflags = ["-C", "target-feature=+crt-static"]
[target.aarch64-unknown-linux-musl]
rustflags = ["-C", "target-feature=+crt-static"]
[target.x86_64-pc-windows-msvc]
[target.'cfg(all(windows, target_env = "msvc"))']
rustflags = ["-C", "target-feature=+crt-static"]