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 duplicate symbols across executables #1209

Merged
merged 6 commits into from
Aug 29, 2022

Conversation

p12tic
Copy link
Contributor

@p12tic p12tic commented Aug 26, 2022

This is related to #1208. With the ability to compile most of the code that comprises aliceVision pipeline nodes into a single executable, it is now important that there are no duplicate symbols. This PR fixes all of the occurrences of this issue. In many cases this was not just duplicate symbols, but duplicate code as well.

@fabiencastan fabiencastan added this to the 2.5.0 milestone Aug 29, 2022
@fabiencastan fabiencastan merged commit e7d5a2d into alicevision:develop Aug 29, 2022
@p12tic p12tic deleted the fix-duplicate-symbols branch August 30, 2022 16:00
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