DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

6ac8b836b28d045dc5d4da7fd327ef07ff469fe5 — skye 1 year, 5 months ago d7aff54
feat: /usr/bin/mold -> mold
1 files changed, 1 insertions(+), 1 deletions(-)

M .cargo/config.toml
M .cargo/config.toml => .cargo/config.toml +1 -1
@@ 1,5 1,5 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]