1
Fork 0
minesweeper-nojs/.cargo/config.toml

3 lines
104 B
TOML
Raw Normal View History

2023-07-02 17:11:46 +02:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]