TheTechnobear / Mi4Pd

Pure Data externals wrapping MI modules
91 stars 13 forks source link

Fix build: add -fPIC to CMAKE_CXX_FLAGS_RELEASE #17

Closed macbutch closed 2 years ago

macbutch commented 2 years ago

Fix errors related to relocations (see #16).

TheTechnobear commented 2 years ago

This is an inappropriate place for this fix

a) it’s not applied to debug builds b) it’s not platform specific, and so will cause other platforms to fail.

Im also a bit confused about why this is failing now, as it never used to... so more investigation is needed.