Replies: 2 comments 1 reply
-
I fixed the typo in the release notes. Thank you for letting me know! You are not supposed to directly invoke the linker. Usually it is invoked through the compiler frontend ( |
Beta Was this translation helpful? Give feedback.
1 reply
-
In case anyone's looking to enable this for Rust, I think adding
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I've been playing with mold on a Arch Linux box for a while now. Works fantastic. I noticed
2.33.0
got a new --separate-debug-file option that could bring a nice speed-gain and I wanted to test that.The release notes mentions
--separate-debug-info
, and that confused me at first. Runningmold --help
indicates this option is actually called--separate-debug-file
, as can be seen here.On the Arch wiki page for mold it is advised to append
-fuse-ld=mold
to LDFLAGS in /etc/makepkg.conf. Which is how I've been running mold for a while now.My question: what would be the correct/proper way to pass the
--separate-debug-file
option in such a setup?TIA
Beta Was this translation helpful? Give feedback.
All reactions