You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
through godot-rust/gdnative#538 it came up that this might be a problem rooted in cargo-lipo
this is the output that gets generated over and over since upgrading to rust 1.45:
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
....
scopeguard, nom, and regex for example
as the commenter points out it is generated for multiple crates when build with lipo.
The text was updated successfully, but these errors were encountered:
This problem is deeper than cargo-lipo, since I build for iOS without using cargo-lipo and still see this message. I also started seeing this after upgrading to Rust 1.45.
through godot-rust/gdnative#538 it came up that this might be a problem rooted in
cargo-lipo
this is the output that gets generated over and over since upgrading to rust 1.45:
as the commenter points out it is generated for multiple crates when build with
lipo
.The text was updated successfully, but these errors were encountered: