-
Notifications
You must be signed in to change notification settings - Fork 139
rust: build std #590
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
Closed
Closed
rust: build std #590
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8c111f5
to
49af391
Compare
9bc565d
to
2e098e4
Compare
2e098e4
to
2688299
Compare
e99a156
to
925aaff
Compare
shinchiro
reviewed
Jan 13, 2024
6c2c0b4
to
8508d43
Compare
Remove |
Well, I still dont like the flags since it can potentially increase binary size for no reason. Remove it |
8508d43
to
ce69206
Compare
ce69206
to
396acb3
Compare
Thats my concern with these flags when it is introduced. I'll remove the cfguard from compiler flags soon |
396acb3
to
7fd4277
Compare
1. unlock -Z option support. 2. download rust-src, for build rust stdlib from source. 3. enable parallel-rustc, for faster compile. 4. libdovi,rav1e: enable build-std, use gnullvm target for clang. This will unlock aarch64 support. build-std is for unlocking gnullvm target, but gnu target can also use this to get latest std and some linker opt from gcc/clang wrapper for free.
7fd4277
to
e2ad873
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.