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 compatibility with Clang 15 #291

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Fix compatibility with Clang 15 #291

merged 1 commit into from
Oct 31, 2022

Conversation

tru
Copy link
Contributor

@tru tru commented Oct 25, 2022

In Clang 15 -funit-at-a-time gives the following error:

clang-15: error: optimization flag '-funit-at-a-time' is not supported [-Werror,-Wignored-optimization-argument]

This flag doesn't do anything in clang even before, so we can drop it without any problems.

@mjansson
Copy link
Owner

Thank you!

@mjansson mjansson merged commit f4732ee into mjansson:develop Oct 31, 2022
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.

2 participants