I'm trying to set my linker to lld for a speed improvement similar to the one I got on my Linux machines. The problem is: I don't know the target's name for macOS. I also don't know how to find one, docs nor --help don't mention that.
So, what should I put in place of target.x86_64-unknown-linux-gnu for macOS?
Update: things did change when I've put the config in .cargo/config.toml in project itself, but it errors with different things now. Anyways, that's a separate discussion probably.