set static build target

This commit is contained in:
Johan Lundberg 2026-06-26 14:25:16 +02:00
parent ad2bda6b59
commit e300745809
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
# Static musl target by default → portable binary with no glibc version dependency.
target = "x86_64-unknown-linux-musl"