patagia-control/.cargo/config.toml

11 lines
218 B
TOML
Raw Permalink Normal View History

2024-12-11 21:12:24 +01:00
[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"]