Skip to content
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

Should unwind add no_default_flags when target is android and use ndk? #103175

Open
plusls opened this issue Oct 18, 2022 · 0 comments
Open

Should unwind add no_default_flags when target is android and use ndk? #103175

plusls opened this issue Oct 18, 2022 · 0 comments
Labels
A-linkage Area: linking into static, shared libraries and binaries O-android Operating system: Android T-libs Relevant to the library team, which will review and decide on the PR/issue.

Comments

@plusls
Copy link

plusls commented Oct 18, 2022

I discuss it in rust-lang/cc-rs#731 (comment)

I found that in cmake-rs set no_default_flags when use ndk, and I found that in ndk25, flag_if_supported always return false because of it check -luwind use the default flag --target=aarch64-linux-android cause compile failed.

@jyn514 jyn514 added A-linkage Area: linking into static, shared libraries and binaries O-android Operating system: Android T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries O-android Operating system: Android T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants