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
From Gitter:
the default ar tool returns an error for object files compiled with -flto
Workaround:
-flto
This is probably a valid CMake issue.
The text was updated successfully, but these errors were encountered:
To read:
Sorry, something went wrong.
CMAKE_AR problems mentioned here too:
CMAKE_AR
Seems that GCC works fine with CMAKE_AR and CMAKE_RANLIB:
Moving to Clang sections for future testing.
See no problems with ar/ranlib while using Clang, closing.
ruslo
No branches or pull requests
From Gitter:
Workaround:
-flto
#310 (comment)This is probably a valid CMake issue.
The text was updated successfully, but these errors were encountered: