Compare commits

..

1 commit

Author SHA1 Message Date
d1e1baf15a
chore: build static binaries with musl 2025-02-11 10:07:56 +01:00

10
.cargo/config.toml Normal file
View file

@ -0,0 +1,10 @@
[alias]
xtask = "run --package xtask --quiet --"
[profile.dev]
debug = 0
strip = "debuginfo"
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold", "-C", "target-cpu=native"]