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

[bug] AutotoolsToolchain extraflags priority #14991

Closed
memsharded opened this issue Oct 20, 2023 · 0 comments · Fixed by #15005
Closed

[bug] AutotoolsToolchain extraflags priority #14991

memsharded opened this issue Oct 20, 2023 · 0 comments · Fixed by #15005

Comments

@memsharded
Copy link
Member

Environment details

All

Steps to reproduce

In the AutotoolsToolchain code:

        ret = ret + self.build_type_flags + apple_flags + conf_flags + self.extra_cxxflags

It means that locally (recipe) defined tc.extra_cxxflags=... have higher priority than user defined conf_flags, and this is not correct.

Logs

No response

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

Successfully merging a pull request may close this issue.

2 participants