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

optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' #77

Open
herenickname opened this issue Nov 2, 2017 · 3 comments

Comments

@herenickname
Copy link

Configured for iphoneos-cross.
making depend in crypto...
clang: error: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Werror,-Wignored-optimization-argument]
make[1]: *** [local_depend] Error 1
make: *** [depend] Error 1
[!] Failed to download 'CPAProxy'.

@rainwolf
Copy link
Contributor

rainwolf commented Nov 2, 2017

Strange, the last commit has a flag -Wno-ignored-optimization-argument that should ignore that warning, are you sure you cloned the latest version?

This warning didn't show up for me anymore with the latest XCode 9.1 though.

@herenickname
Copy link
Author

Okay, now start updating xCode to version 9.1. I write later about the results :)

@CorentinB
Copy link

That's a slow update..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants