Dynamic Library works in debug but not release?

Hello,

I have a dynamic library built in Juce that works perfectly in my other project so long as they are both in debug mode. Release mode gives me linker errors for all the dylib functions. I’ve tried turning off “strip local symbols” in both which didn’t work. And I’ve tried wrapping the functions of the dylib in “extern C” but no dice there either. Any idea what the problem might be?