Skip to content
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

docs: Add a mention that custom linkers are not officially supported yet #582

Closed
marc2332 opened this issue Apr 21, 2024 · 1 comment · Fixed by #570
Closed

docs: Add a mention that custom linkers are not officially supported yet #582

marc2332 opened this issue Apr 21, 2024 · 1 comment · Fixed by #570
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@marc2332
Copy link
Owner

marc2332 commented Apr 21, 2024

Some people might have unexpected behaviors (like segmentation faults!) when developing freya apps with a custom linker such as mold. There should be a mention of this in the docs.

@marc2332 marc2332 added the documentation Improvements or additions to documentation label Apr 21, 2024
@marc2332 marc2332 self-assigned this Apr 21, 2024
@Andrew15-5
Copy link

Don't put this in you're cargo config.toml, kids! (not yet!)

[target.x86_64-unknown-linux-gnu]
rustflags = [
  "-C", "link-arg=-fuse-ld=mold",
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants