Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow disabling the host-arch feature of cranelift-codegen (#7369)
This is required to compile for a target which doesn't have a cranelift backend. Before this change using any of the cranelift crates that depend on cranelift-codegen would forcefully enable all default features and thus host-arch. With this change only the std and unwind features are still forcefully enabled as cranelift-codegen doesn't compile with either disabled.
- Loading branch information