Blacksite/.cargo/config.toml
Rbanh 0553a85220
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Build production-ready editor authoring workflows
2026-07-11 12:41:04 -04:00

11 lines
463 B
TOML

# Use clang + the mold linker to dramatically cut link times during iteration.
# Both `clang` and `mold` are available on this machine.
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[alias]
clean-target = "run -p xtask --bin clean-target --"
validate-levels = "run -p xtask --features validate-levels --bin validate-levels --"
package-project = "run -p xtask --features validate-levels --bin package-project --"