How to correctly strip symbols on Linux VST?

What symbols are you trying to strip that aren’t being stripped by either the Xcode project on macOS or with the strip -x command on Linux? If I nm -gU the release build libAudioPluginDemo.a on macOS then I only see the exported JUCE symbols, not local ones.