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

JUCE usage of POSITION_INDEPENDENT_CODE #7

Open
Barabas5532 opened this issue Jan 22, 2022 · 0 comments
Open

JUCE usage of POSITION_INDEPENDENT_CODE #7

Barabas5532 opened this issue Jan 22, 2022 · 0 comments
Labels
P2 Minor details

Comments

@Barabas5532
Copy link
Member

On the generated juce targets (..._VST3 and ..._Standalone), the PIC property is enabled. The VST plugin (which is a dynamic library) will fail to link if PIC is not set on the static libraries linked to it.

How does JUCE handle the PIC flag on simple projects?

  • Is it set on all files even for a standalone plugin?
  • How can we propagate this property to all dependencies?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Minor details
Projects
Status: Todo
Development

No branches or pull requests

1 participant