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

fix(libs): fix build error #23

Conversation

Sigmanificient
Copy link
Collaborator

Remove the -flto flag when compiling the archives, as they do not support link-time optimization natively.
Since -flto is used in the Main Makefile for the final compilation, this does not affect the build performances

@Sigmanificient Sigmanificient self-assigned this Oct 22, 2023
@Sigmanificient Sigmanificient added bug Something isn't working libs This is about the Libs labels Oct 22, 2023
@MasterLaplace MasterLaplace added the patch This is a patch (increment version) label Oct 22, 2023
@Sigmanificient Sigmanificient linked an issue Oct 22, 2023 that may be closed by this pull request
@MasterLaplace MasterLaplace force-pushed the 9-create-a-complete-new-architecture branch from 3be09a5 to 7b23dda Compare October 22, 2023 15:50
@MasterLaplace MasterLaplace merged commit d65c869 into MasterLaplace:9-create-a-complete-new-architecture Oct 22, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libs This is about the Libs patch This is a patch (increment version)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to create library archives due to lto
2 participants