8000 Fix multiple definition compile error by gierens · Pull Request #121 · libmoon/libmoon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix multiple definition compile error #121

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gierens
Copy link
@gierens gierens commented Apr 9, 2022

Newer versions of the C++ compiler treat multiple definitions as errors
during linking. This adds the linker option to ignore multiple definitions.
It should probably just be a temporary fix until the multiple definitions
have been removed.

This fixes #120

Newer versions of the C++ compiler treat multiple definitions as errors
during linking. This adds the linker option to ignore multiple definitions.
It should probably just be a temporary fix until the multiple definitions
have been removed.
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.

Multiple Definitions
1 participant
0