-
Notifications
You must be signed in to change notification settings - Fork 14
Chore/build optimization v2 #24
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
base: main
Are you sure you want to change the base?
Conversation
…inker instructions
@Christiantyemele |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just ensure all the new changes requested here were met. After that, just hit me up for an approval 👍
@onelrian will test this locally soon |
Let me know if you run into any issues or need help. |
works well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job @onelrian
sorry @onelrian lets keep this PR as a draft for now |
Added custom linker configurations in .cargo/config.toml:
Linux: Uses mold via clang (-fuse-ld=/usr/bin/mold)
macOS: Uses lld with -fuse-ld=lld
Windows (MSVC): Uses lld-link
Updated docs/build_optimization.md:
Added clear, concise setup instructions for installing and verifying each linker across all platforms
Windows users can now add lld-link.exe to their PATH via a single command