This repository has been archived on 2023-11-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fiddle/.cargo/config
2023-06-02 16:27:39 +02:00

3 lines
105 B
Text

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]