haw-gj13-game/.cargo/config.toml

7 lines
102 B
TOML
Raw Normal View History

2024-11-22 21:25:34 +01:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]