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

cmake: Move -rdynamic flag from compiler to linker #410

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

nunojsa
Copy link
Contributor

@nunojsa nunojsa commented Feb 13, 2023

This is because rdynamic is a linker flag. And also there are reports that during build warnings(or errors) happend because of this flag being provided to compiler.

Signed-off-by: Dan Nechita [email protected]
(cherry picked from commit ff33ac3)
Signed-off-by: Nuno Sá [email protected]


Since this is a fix, it makes sense to have it in (at least) in the next release. Once #409 gets merged, we should also apply it in here.

@nunojsa nunojsa requested review from dNechita and a team February 13, 2023 15:34
This is because rdynamic is a linker flag. And also there are reports that during build warnings(or errors) happend because of this flag being provided to compiler.

Signed-off-by: Dan Nechita <[email protected]>
(cherry picked from commit ff33ac3)
Signed-off-by: Nuno Sá <[email protected]>
@dNechita dNechita merged commit 7e55122 into 2021_R2 Feb 14, 2023
@dNechita dNechita deleted the fix/clang-rdynamic branch February 14, 2023 11:56
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