summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 6950c4af6eee3ca5bdc26afb3f4a51d1a9470108 (plain)
1
2
3
4
5
6
7
8
9
10
11
[alias]
dev = "hot --features iced/hot"
lint = "clippy --no-deps -- -D warnings"
lint-all = "clippy --no-deps -- -D clippy::pedantic"

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

# [build]
# rustflags = ["-Z", "threads=6"]