bin-projekt/.cargo/config.toml

4 lines
96 B
TOML
Raw Normal View History

2024-05-03 16:46:56 +00:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]