We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
briansmith/ring#1937 enables Ring to be built with target_os = "none", but the resulting configuration doesn't leverage hand-optimized assembly.
target_os = "none"
Adding some kind of configuration modifier (e.g. a Cargo feature) that adds target_os = "none" to the LINUX_ABI list at https://github.com/briansmith/ring/blob/befdc87ac7cbca615ab5d68724f4355434d3a620/build.rs#L238-L251 would do the trick.
LINUX_ABI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
briansmith/ring#1937 enables Ring to be built with
target_os = "none"
, but the resulting configuration doesn't leverage hand-optimized assembly.Adding some kind of configuration modifier (e.g. a Cargo feature) that adds
target_os = "none"
to theLINUX_ABI
list at https://github.com/briansmith/ring/blob/befdc87ac7cbca615ab5d68724f4355434d3a620/build.rs#L238-L251 would do the trick.The text was updated successfully, but these errors were encountered: