trictrac/client/.cargo/config.toml

4 lines
113 B
TOML
Raw Normal View History

2023-10-31 17:12:02 +01:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]