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

feat: Pass compiler warnings to the linker. #218

Merged
merged 1 commit into from
May 2, 2023

Conversation

Project579
Copy link
Contributor

@Project579 Project579 commented May 2, 2023

Most of the compiler flags are ignored by the linker, but some of them are used (especially when using LTO or using -Werror) , so just pass all of them.

Fixes #213

Most of the compiler flags are ignored by the linker, but some of them (especially when using LTO) are used, so just pass all of them.

Fixes issue aminya#213
@aminya aminya merged commit 4215588 into aminya:main May 2, 2023
19 checks passed
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

Successfully merging this pull request may close these issues.

When compiling with LTO compiler warnings should be passed to the linker.
2 participants