Compare commits

..

1 commit

Author SHA1 Message Date
cb9d8b4bf0
chore: build static binaries with musl 2025-02-11 10:21:01 +01:00

View file

@ -1,10 +0,0 @@
[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"]