-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build on M3 MacPro with sold linker #173
Comments
For future reference, this only happened when I had the sold linker configured. Removing it worked fine. This was my .cargo/config.toml: > $ cat ~/.cargo/config.toml
[target.aarch64-apple-darwin]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/ld64.mold"] |
"sold linker" ? Is that mold ? |
Yes and no. The macOS version of mold is called sold and was a paid version until recently: |
Ok. You may keep the issue open if you think it could be useful for bacon to be built using this linker. |
Done, thank you! BTW sold also works in Linux if you want to take a look :-) |
Unrelated to the issue (forgive my curiousity). When I last tested sold it was no faster for me than the default mac linker. Has that changed, or do you have some special case where it is indeed faster? |
Is the problem still current with an up-to-date toolchain ? |
The text was updated successfully, but these errors were encountered: