[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static", "-C", "strip=symbols"]

[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "strip=symbols"]
