-
Notifications
You must be signed in to change notification settings - Fork 45
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
bitcode support #26
Comments
Please see the upstream issue rust-lang/rust#35968: Support is apparently experimental and can be enabled using |
Right now I'm having trouble with the i386 architecture. When you build with xcode you'll notice this warning:
What I'm noticing is that when I run:
It builds for all of them except for i386-apple-ios, armv7-apple-ios, armv7s-apple-ios
I've run
And still cargo lipo seems to skip it.. Update: If you're using Xcode 10, i386 has been removed! |
^^^
|
@dobkeratops: I'm not quite sure what your issue is, but I don't think it's related to the previous comments. In any case, since ~recently |
ah i see now you can re-enable 32bit builds as you say ( I was about to open an issue but I see the person above had bumped into the same thing (not getting all the targets he assumed would be done) |
@TimNN there should be indications in readme that 32 bits are not built by default and an example command for building these should be documented as well in my opinion. It is odd to have to go in the issues to learn this. |
It would be nice to have a mention about the default targets in the README. I was about to post a new issue about the missing targets, but fortunately found the reason here. |
I thought rust supports bitcode generation. How can I make
cargo lipo
build such libraries?The text was updated successfully, but these errors were encountered: