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 pybind11 link errors #1003

Merged
merged 11 commits into from
Jun 30, 2023
Merged

Conversation

cwharris
Copy link
Contributor

This explicitly sets -Wl,--gc-sections, which is automatically added by conda compilers. It is required to compile code containing pybind11 headers that has been optimized, as otherwise the linker will complain about an undefined hidden symbol.

@cwharris cwharris added bug Something isn't working non-breaking Non-breaking change labels Jun 27, 2023
@cwharris cwharris requested a review from a team as a code owner June 27, 2023 21:20
@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit ef26b92 into nv-morpheus:branch-23.07 Jun 30, 2023
4 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 non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants