Building my VST3 with Linux and JUCE6 - couple of tiny things

It’s specific to plugins on Linux, I think. The CMake functions in JUCE should automatically enable position independent code (PIC) when building plugin targets - however, the functions don’t enable PIC on other target types (such as binary code targets) because these targets may be linked to executables which do not (necessarily) require PIC.

Really glad to hear you’re enjoying using JUCE 6!